Html Css Color HEX #66CCCA Downy

📋 copy color: '#66CCCA'

red 102 ◦ green 204 ◦ blue 202

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

Shades of Downy #66CCCA

Tints of Downy #66CCCA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

 BLUE value IS 202 (79.3% from 255) = 39.76%

R = 20.08%
G = 40.16%
B = 39.76%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#66CCCA (or 0x66CCCA) is known color: Downy. HEX triplet: 66, CC and CA. RGB value is (102,204,202). Sum of RGB (Red+Green+Blue) = 102+204+202=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #66CCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CCCA is #993335. Grayscale: #ADADAD. Windows color (decimal): -10040118 or 13290598. OLE color: 13290598.

HSL color Cylindrical-coordinate representation of color #66CCCA: hue angle of 178.82º degrees, saturation: 0.5, 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 #66CCCA is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 204 202 -
CMYK 0.5 0 0.01 0.2
HSL 178.82º 0.5% 0.6% -
HSV(B) 178.82º 0.5% 0.8% -
XYZ 37.73 50.27 63.59 -
YUV 173.27 144.21 77.16 -
System Red Green Blue C M Y K H S L
Decimal 102 204 202 0.5 0 0.01 0.2 178.82 0.5 0.6
Hex 66 CC CA 32 0 1 14 B3 32 3C
Octal 146 314 312 62 0 1 24 263 62 74
Binary 1100110 11001100 11001010 110010 0 1 10100 10110011 110010 111100

Color Harmonies of #66CCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CCCA

Black with #66CCCA

Text Example


Text Example

White with #66CCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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