#65E4CC

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

Shades of Downy #65E4CC

Tints of Downy #65E4CC

Color information

#65E4CC (or 0x65E4CC) is unknown color: approx Downy. HEX triplet: 65, E4 and CC. RGB value is (101,228,204). Sum of RGB (Red+Green+Blue) = 101+228+204=533 (70% of max value = 765). Red value is 101 (39.84% from 255 or 18.95% from 533); Green value is 228 (89.45% from 255 or 42.78% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 228 - color contains mainly: green. Hex color #65E4CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65E4CC is #9A1B33. Grayscale: #BBBBBB. Windows color (decimal): -10099508 or 13427813. OLE color: 13427813.

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

Color convert

RGB101228204-
CMYK0.5600.110.11
HSL168.66º70.17%64.51%-
HSV(B)168.66º55.7%89.41%-
XYZ44.0162.6166.89-
YUV187.29137.4266.45-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 18.95%
GREEN value IS 228 (89.45% from 255) = 42.78%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=18.95%
G=42.78%
B=38.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1012282040.5600.110.11168.6670.1764.51
Hex65E4CC380BBa94641
Octal1453443147001313251106101
Binary110010111100100110011001110000101110111010100110001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65E4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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