Html Css Color HEX #65DBB9 Downy

📋 copy color: '#65DBB9'

red 101 ◦ green 219 ◦ blue 185

#65DBB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #65DBB9

Tints of Downy #65DBB9

RGB

 RED value IS 101 (39.84% from 255) = 20%

 GREEN value IS 219 (85.94% from 255) = 43.37%

 BLUE value IS 185 (72.66% from 255) = 36.63%

R = 20%
G = 43.37%
B = 36.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#65DBB9 (or 0x65DBB9) is known color: Downy. HEX triplet: 65, DB and B9. RGB value is (101,219,185). Sum of RGB (Red+Green+Blue) = 101+219+185=505 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20% from 505); Green value is 219 (85.94% from 255 or 43.37% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 219 - color contains mainly: green. Hex color #65DBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65DBB9 is #9A2446. Grayscale: #B3B3B3. Windows color (decimal): -10101831 or 12180325. OLE color: 12180325.

HSL color Cylindrical-coordinate representation of color #65DBB9: hue angle of 162.71º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65DBB9 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 219 185 -
CMYK 0.54 0 0.16 0.14
HSL 162.71º 0.62% 0.63% -
HSV(B) 162.71º 0.54% 0.86% -
XYZ 39.46 56.93 54.81 -
YUV 179.84 130.91 71.76 -
System Red Green Blue C M Y K H S L
Decimal 101 219 185 0.54 0 0.16 0.14 162.71 0.62 0.63
Hex 65 DB B9 36 0 10 E A3 3E 3F
Octal 145 333 271 66 0 20 16 243 76 77
Binary 1100101 11011011 10111001 110110 0 10000 1110 10100011 111110 111111

Color Harmonies of #65DBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65DBB9

Black with #65DBB9

Text Example


Text Example

White with #65DBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,219,185); }

 H1.HeaderClassName
 {
   color: #65DBB9;
 }
 .AnyTagClassName
 {
   color: #65DBB9;
 }
</style>

background-color css

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

 a { background-color: rgb(101,219,185); }

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

border-color css

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

 span { border-color: rgb(101,219,185); }

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