Html Css Color HEX #66DCC4 Downy

📋 copy color: '#66DCC4'

red 102 ◦ green 220 ◦ blue 196

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

Shades of Downy #66DCC4

Tints of Downy #66DCC4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.47%

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

R = 19.69%
G = 42.47%
B = 37.84%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#66DCC4 (or 0x66DCC4) is known color: Downy. HEX triplet: 66, DC and C4. RGB value is (102,220,196). Sum of RGB (Red+Green+Blue) = 102+220+196=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCC4 is #99233B. Grayscale: #B5B5B5. Windows color (decimal): -10036028 or 12901478. OLE color: 12901478.

HSL color Cylindrical-coordinate representation of color #66DCC4: hue angle of 167.8º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DCC4 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 220 196 -
CMYK 0.54 0 0.11 0.14
HSL 167.8º 0.63% 0.63% -
HSV(B) 167.8º 0.54% 0.86% -
XYZ 41.04 58 61.26 -
YUV 181.98 135.91 70.95 -
System Red Green Blue C M Y K H S L
Decimal 102 220 196 0.54 0 0.11 0.14 167.8 0.63 0.63
Hex 66 DC C4 36 0 B E A8 3F 3F
Octal 146 334 304 66 0 13 16 250 77 77
Binary 1100110 11011100 11000100 110110 0 1011 1110 10101000 111111 111111

Color Harmonies of #66DCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DCC4

Black with #66DCC4

Text Example


Text Example

White with #66DCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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