Html Css Color HEX #66CAC4 Downy

📋 copy color: '#66CAC4'

red 102 ◦ green 202 ◦ blue 196

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

Shades of Downy #66CAC4

Tints of Downy #66CAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.2%

R = 20.4%
G = 40.4%
B = 39.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#66CAC4 (or 0x66CAC4) is known color: Downy. HEX triplet: 66, CA and C4. RGB value is (102,202,196). Sum of RGB (Red+Green+Blue) = 102+202+196=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 196 (76.95% from 255 or 39.2% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CAC4 is #99353B. Grayscale: #ABABAB. Windows color (decimal): -10040636 or 12896870. OLE color: 12896870.

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

Color convert

RGB 102 202 196 -
CMYK 0.50 0 0.03 0.21
HSL 176.4º 0.49% 0.6% -
HSV(B) 176.4º 0.5% 0.79% -
XYZ 36.56 49.05 59.77 -
YUV 171.42 141.87 78.49 -
System Red Green Blue C M Y K H S L
Decimal 102 202 196 0.50 0 0.03 0.21 176.4 0.49 0.6
Hex 66 CA C4 32 0 3 15 B0 31 3C
Octal 146 312 304 62 0 3 25 260 61 74
Binary 1100110 11001010 11000100 110010 0 11 10101 10110000 110001 111100

Color Harmonies of #66CAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CAC4

Black with #66CAC4

Text Example


Text Example

White with #66CAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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