#65D0CF

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

Shades of Downy #65D0CF

Tints of Downy #65D0CF

Color information

#65D0CF (or 0x65D0CF) is unknown color: approx Downy. HEX triplet: 65, D0 and CF. RGB value is (101,208,207). Sum of RGB (Red+Green+Blue) = 101+208+207=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #65D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D0CF is #9A2F30. Grayscale: #AFAFAF. Windows color (decimal): -10104625 or 13619301. OLE color: 13619301.

HSL color Cylindrical-coordinate representation of color #65D0CF: hue angle of 179.44º 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 #65D0CF is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB101208207-
CMYK0.5100.000.18
HSL179.44º53.23%60.59%-
HSV(B)179.44º51.44%81.57%-
XYZ39.1952.3867.08-
YUV175.89145.5574.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.57%
GREEN value IS 208 (81.64% from 255) = 40.31%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=19.57%
G=40.31%
B=40.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1012082070.5100.000.18179.4453.2360.59
Hex65D0CF330012b3353d
Octal1453203176300222636575
Binary11001011101000011001111110011001001010110011110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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