Html Css Color HEX #66CACB Downy

📋 copy color: '#66CACB'

red 102 ◦ green 202 ◦ blue 203

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

Shades of Downy #66CACB

Tints of Downy #66CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.04%

R = 20.12%
G = 39.84%
B = 40.04%

CMYK

 C value IS 0.50

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#66CACB (or 0x66CACB) is known color: Downy. HEX triplet: 66, CA and CB. RGB value is (102,202,203). Sum of RGB (Red+Green+Blue) = 102+202+203=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #66CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CACB is #993534. Grayscale: #ACACAC. Windows color (decimal): -10040629 or 13355622. OLE color: 13355622.

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

Color convert

RGB 102 202 203 -
CMYK 0.50 0.00 0 0.20
HSL 180.59º 0.49% 0.6% -
HSV(B) 180.59º 0.5% 0.8% -
XYZ 37.38 49.38 64.06 -
YUV 172.21 145.37 77.92 -
System Red Green Blue C M Y K H S L
Decimal 102 202 203 0.50 0.00 0 0.20 180.59 0.49 0.6
Hex 66 CA CB 32 0 0 14 B5 31 3C
Octal 146 312 313 62 0 0 24 265 61 74
Binary 1100110 11001010 11001011 110010 0 0 10100 10110101 110001 111100

Color Harmonies of #66CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CACB

Black with #66CACB

Text Example


Text Example

White with #66CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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