#65D4CA

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

Shades of Downy #65D4CA

Tints of Downy #65D4CA

Color information

#65D4CA (or 0x65D4CA) is unknown color: approx Downy. HEX triplet: 65, D4 and CA. RGB value is (101,212,202). Sum of RGB (Red+Green+Blue) = 101+212+202=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #65D4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D4CA is #9A2B35. Grayscale: #B1B1B1. Windows color (decimal): -10103606 or 13292645. OLE color: 13292645.

HSL color Cylindrical-coordinate representation of color #65D4CA: hue angle of 174.59º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65D4CA is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB101212202-
CMYK0.5200.050.17
HSL174.59º56.35%61.37%-
HSV(B)174.59º52.36%83.14%-
XYZ39.5754.1264.24-
YUV177.67141.7373.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.61%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=19.61%
G=41.17%
B=39.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1012122020.5200.050.17174.5956.3561.37
Hex65D4CA340511af383d
Octal1453243126405212577075
Binary1100101110101001100101011010001011000110101111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,212,202); }

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

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

 a { background-color: rgb(101,212,202); }

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

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

 span { border-color: rgb(101,212,202); }

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