#65D0CE

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

Shades of Downy #65D0CE

Tints of Downy #65D0CE

Color information

#65D0CE (or 0x65D0CE) is unknown color: approx Downy. HEX triplet: 65, D0 and CE. RGB value is (101,208,206). Sum of RGB (Red+Green+Blue) = 101+208+206=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #65D0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D0CE is #9A2F31. Grayscale: #AFAFAF. Windows color (decimal): -10104626 or 13553765. OLE color: 13553765.

HSL color Cylindrical-coordinate representation of color #65D0CE: hue angle of 178.88º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65D0CE is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB101208206-
CMYK0.5100.010.18
HSL178.88º53.23%60.59%-
HSV(B)178.88º51.44%81.57%-
XYZ39.0652.3366.44-
YUV175.78145.0574.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.61%
GREEN value IS 208 (81.64% from 255) = 40.39%
BLUE value IS 206 (80.86% from 255) = 40%
R=19.61%
G=40.39%
B=40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012082060.5100.010.18178.8853.2360.59
Hex65D0CE330112b3353d
Octal1453203166301222636575
Binary11001011101000011001110110011011001010110011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,208,206); }

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

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

 a { background-color: rgb(101,208,206); }

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

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

 span { border-color: rgb(101,208,206); }

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