Html Css Color HEX #65CAB8 Downy

📋 copy color: '#65CAB8'

red 101 ◦ green 202 ◦ blue 184

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

Shades of Downy #65CAB8

Tints of Downy #65CAB8

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.48%

 BLUE value IS 184 (72.27% from 255) = 37.78%

R = 20.74%
G = 41.48%
B = 37.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.21

RGB Variations

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

Color information

#65CAB8 (or 0x65CAB8) is known color: Downy. HEX triplet: 65, CA and B8. RGB value is (101,202,184). Sum of RGB (Red+Green+Blue) = 101+202+184=487 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.74% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 202 - color contains mainly: green. Hex color #65CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CAB8 is #9A3547. Grayscale: #A9A9A9. Windows color (decimal): -10106184 or 12110437. OLE color: 12110437.

HSL color Cylindrical-coordinate representation of color #65CAB8: hue angle of 169.31º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #65CAB8 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB 101 202 184 -
CMYK 0.50 0 0.09 0.21
HSL 169.31º 0.49% 0.59% -
HSV(B) 169.31º 0.5% 0.79% -
XYZ 35.14 48.47 52.85 -
YUV 169.75 136.04 78.96 -
System Red Green Blue C M Y K H S L
Decimal 101 202 184 0.50 0 0.09 0.21 169.31 0.49 0.59
Hex 65 CA B8 32 0 9 15 A9 31 3B
Octal 145 312 270 62 0 11 25 251 61 73
Binary 1100101 11001010 10111000 110010 0 1001 10101 10101001 110001 111011

Color Harmonies of #65CAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65CAB8

Black with #65CAB8

Text Example


Text Example

White with #65CAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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