#65ddc5

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

Shades of Downy #65DDC5

Tints of Downy #65DDC5

Color information

#65DDC5 (or 0x65DDC5) is unknown color: approx Downy. HEX triplet: 65, DD and C5. RGB value is (101,221,197). Sum of RGB (Red+Green+Blue) = 101+221+197=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #65DDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DDC5 is #9A223A. Grayscale: #B6B6B6. Windows color (decimal): -10101307 or 12967269. OLE color: 12967269.

HSL color Cylindrical-coordinate representation of color #65DDC5: hue angle of 168º 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 #65DDC5 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB101221197-
CMYK0.5400.110.13
HSL168º63.83%63.14%-
HSV(B)168º54.3%86.67%-
XYZ41.358.5161.94-
YUV182.38136.2469.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.46%
GREEN value IS 221 (86.72% from 255) = 42.58%
BLUE value IS 197 (77.34% from 255) = 37.96%
R=19.46%
G=42.58%
B=37.96%

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
Decimal1012211970.5400.110.1316863.8363.14
Hex65DDC5360BDa8403f
Octal145335305660131525010077
Binary11001011101110111000101110110010111101101010001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ddc5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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