Html Css Color HEX #66CABA Downy

📋 copy color: '#66CABA'

red 102 ◦ green 202 ◦ blue 186

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

Shades of Downy #66CABA

Tints of Downy #66CABA

RGB

 RED value IS 102 (40.23% from 255) = 20.82%

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

 BLUE value IS 186 (73.05% from 255) = 37.96%

R = 20.82%
G = 41.22%
B = 37.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#66CABA (or 0x66CABA) is known color: Downy. HEX triplet: 66, CA and BA. RGB value is (102,202,186). Sum of RGB (Red+Green+Blue) = 102+202+186=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #66CABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CABA is #993545. Grayscale: #AAAAAA. Windows color (decimal): -10040646 or 12241510. OLE color: 12241510.

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

Color convert

RGB 102 202 186 -
CMYK 0.50 0 0.08 0.21
HSL 170.4º 0.49% 0.6% -
HSV(B) 170.4º 0.5% 0.79% -
XYZ 35.46 48.61 53.97 -
YUV 170.28 136.87 79.3 -
System Red Green Blue C M Y K H S L
Decimal 102 202 186 0.50 0 0.08 0.21 170.4 0.49 0.6
Hex 66 CA BA 32 0 8 15 AA 31 3C
Octal 146 312 272 62 0 10 25 252 61 74
Binary 1100110 11001010 10111010 110010 0 1000 10101 10101010 110001 111100

Color Harmonies of #66CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CABA

Black with #66CABA

Text Example


Text Example

White with #66CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66CABA; }

 p { color: rgb(102,202,186); }

 H1.HeaderClassName
 {
   color: #66CABA;
 }
 .AnyTagClassName
 {
   color: #66CABA;
 }
</style>

background-color css

<style>
 a { background-color: #66CABA; }

 a { background-color: rgb(102,202,186); }

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

border-color css

<style>
 span { border-color: #66CABA; }

 span { border-color: rgb(102,202,186); }

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