#65D4D0

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

Shades of Downy #65D4D0

Tints of Downy #65D4D0

Color information

#65D4D0 (or 0x65D4D0) is unknown color: approx Downy. HEX triplet: 65, D4 and D0. RGB value is (101,212,208). Sum of RGB (Red+Green+Blue) = 101+212+208=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #65D4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65D4D0 is #9A2B2F. Grayscale: #B2B2B2. Windows color (decimal): -10103600 or 13685861. OLE color: 13685861.

HSL color Cylindrical-coordinate representation of color #65D4D0: hue angle of 177.84º 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 #65D4D0 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB101212208-
CMYK0.5200.020.17
HSL177.84º56.35%61.37%-
HSV(B)177.84º52.36%83.14%-
XYZ40.354.4168.05-
YUV178.35144.7372.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.39%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 208 (81.64% from 255) = 39.92%
R=19.39%
G=40.69%
B=39.92%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1012122080.5200.020.17177.8456.3561.37
Hex65D4D0340211b2383d
Octal1453243206402212627075
Binary110010111010100110100001101000101000110110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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