Html Css Color HEX #66DCC1 Downy

📋 copy color: '#66DCC1'

red 102 ◦ green 220 ◦ blue 193

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

Shades of Downy #66DCC1

Tints of Downy #66DCC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.48%

R = 19.81%
G = 42.72%
B = 37.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#66DCC1 (or 0x66DCC1) is known color: Downy. HEX triplet: 66, DC and C1. RGB value is (102,220,193). Sum of RGB (Red+Green+Blue) = 102+220+193=515 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.81% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #66DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DCC1 is #99233E. Grayscale: #B5B5B5. Windows color (decimal): -10036031 or 12704870. OLE color: 12704870.

HSL color Cylindrical-coordinate representation of color #66DCC1: hue angle of 166.27º 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 #66DCC1 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 220 193 -
CMYK 0.54 0 0.12 0.14
HSL 166.27º 0.63% 0.63% -
HSV(B) 166.27º 0.54% 0.86% -
XYZ 40.7 57.86 59.48 -
YUV 181.64 134.41 71.2 -
System Red Green Blue C M Y K H S L
Decimal 102 220 193 0.54 0 0.12 0.14 166.27 0.63 0.63
Hex 66 DC C1 36 0 C E A6 3F 3F
Octal 146 334 301 66 0 14 16 246 77 77
Binary 1100110 11011100 11000001 110110 0 1100 1110 10100110 111111 111111

Color Harmonies of #66DCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DCC1

Black with #66DCC1

Text Example


Text Example

White with #66DCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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