#65E7CD

Color #65E7CD Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #65E7CD

Tints of Downy #65E7CD

Color information

#65E7CD (or 0x65E7CD) is unknown color: approx Downy. HEX triplet: 65, E7 and CD. RGB value is (101,231,205). Sum of RGB (Red+Green+Blue) = 101+231+205=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 231 (90.62% from 255 or 43.02% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 231 - color contains mainly: green. Hex color #65E7CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E7CD is #9A1832. Grayscale: #BDBDBD. Windows color (decimal): -10098739 or 13494117. OLE color: 13494117.

HSL color Cylindrical-coordinate representation of color #65E7CD: hue angle of 168º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65E7CD is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB101231205-
CMYK0.5600.110.09
HSL168º73.03%65.1%-
HSV(B)168º56.28%90.59%-
XYZ44.9664.3367.8-
YUV189.17136.9365.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 18.81%
GREEN value IS 231 (90.62% from 255) = 43.02%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=18.81%
G=43.02%
B=38.18%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012312050.5600.110.0916873.0365.1
Hex65E7CD380B9a84941
Octal1453473157001311250111101
Binary110010111100111110011011110000101110011010100010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65E7CD; }

 p { color: rgb(101,231,205); }

 H1.HeaderClassName
 {
   color: #65E7CD;
 }
 .AnyTagClassName
 {
   color: #65E7CD;
 }
</style>
background-color css

<style>
 a { background-color: #65E7CD; }

 a { background-color: rgb(101,231,205); }

 div.DivClassName
 {
   background-color: #65E7CD;
 }
 .BgClassName
 {
   background-color: #65E7CD;
 }
</style>
border-color css

<style>
 span { border-color: #65E7CD; }

 span { border-color: rgb(101,231,205); }

 td.TdClassName
 {
   border-color: #65E7CD;
 }
 .TagClassName
 {
   border-color: #65E7CD;
 }
</style>