#65E8CC

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

Shades of Downy #65E8CC

Tints of Downy #65E8CC

Color information

#65E8CC (or 0x65E8CC) is unknown color: approx Downy. HEX triplet: 65, E8 and CC. RGB value is (101,232,204). Sum of RGB (Red+Green+Blue) = 101+232+204=537 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.81% from 537); Green value is 232 (91.02% from 255 or 43.20% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 232 - color contains mainly: green. Hex color #65E8CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #65E8CC is #9A1733. Grayscale: #BDBDBD. Windows color (decimal): -10098484 or 13428837. OLE color: 13428837.

HSL color Cylindrical-coordinate representation of color #65E8CC: hue angle of 167.18º degrees, saturation: 0.74, 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 #65E8CC is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB101232204-
CMYK0.5600.120.09
HSL167.18º74.01%65.29%-
HSV(B)167.18º56.47%90.98%-
XYZ45.1264.8467.26-
YUV189.64136.164.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.81%
GREEN value IS 232 (91.02% from 255) = 43.20%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=18.81%
G=43.20%
B=37.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1012322040.5600.120.09167.1874.0165.29
Hex65E8CC380C9a74a41
Octal1453503147001411247112101
Binary110010111101000110011001110000110010011010011110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,232,204); }

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

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

 a { background-color: rgb(101,232,204); }

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

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

 span { border-color: rgb(101,232,204); }

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