#65DDC4

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

Shades of Downy #65DDC4

Tints of Downy #65DDC4

Color information

#65DDC4 (or 0x65DDC4) is unknown color: approx Downy. HEX triplet: 65, DD and C4. RGB value is (101,221,196). Sum of RGB (Red+Green+Blue) = 101+221+196=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDC4 is #9A223B. Grayscale: #B6B6B6. Windows color (decimal): -10101308 or 12901733. OLE color: 12901733.

HSL color Cylindrical-coordinate representation of color #65DDC4: hue angle of 167.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DDC4 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB101221196-
CMYK0.5400.110.13
HSL167.5º63.83%63.14%-
HSV(B)167.5º54.3%86.67%-
XYZ41.1958.4761.34-
YUV182.27135.7470.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.50%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 196 (76.95% from 255) = 37.84%
R=19.50%
G=42.66%
B=37.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1012211960.5400.110.13167.563.8363.14
Hex65DDC4360BDa8403f
Octal145335304660131525010077
Binary11001011101110111000100110110010111101101010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65DDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,221,196); }

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

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

 a { background-color: rgb(101,221,196); }

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

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

 span { border-color: rgb(101,221,196); }

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