Html Css Color HEX #66CAC6 Downy

📋 copy color: '#66CAC6'

red 102 ◦ green 202 ◦ blue 198

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

Shades of Downy #66CAC6

Tints of Downy #66CAC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 39.44%

R = 20.32%
G = 40.24%
B = 39.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#66CAC6 (or 0x66CAC6) is known color: Downy. HEX triplet: 66, CA and C6. RGB value is (102,202,198). Sum of RGB (Red+Green+Blue) = 102+202+198=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CAC6 is #993539. Grayscale: #ABABAB. Windows color (decimal): -10040634 or 13027942. OLE color: 13027942.

HSL color Cylindrical-coordinate representation of color #66CAC6: hue angle of 177.6º 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 #66CAC6 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 202 198 -
CMYK 0.50 0 0.02 0.21
HSL 177.6º 0.49% 0.6% -
HSV(B) 177.6º 0.5% 0.79% -
XYZ 36.79 49.14 60.97 -
YUV 171.64 142.87 78.33 -
System Red Green Blue C M Y K H S L
Decimal 102 202 198 0.50 0 0.02 0.21 177.6 0.49 0.6
Hex 66 CA C6 32 0 2 15 B2 31 3C
Octal 146 312 306 62 0 2 25 262 61 74
Binary 1100110 11001010 11000110 110010 0 10 10101 10110010 110001 111100

Color Harmonies of #66CAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CAC6

Black with #66CAC6

Text Example


Text Example

White with #66CAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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