Html Css Color HEX #66DAC4 Downy

📋 copy color: '#66DAC4'

red 102 ◦ green 218 ◦ blue 196

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

Shades of Downy #66DAC4

Tints of Downy #66DAC4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.25%

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

R = 19.77%
G = 42.25%
B = 37.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#66DAC4 (or 0x66DAC4) is known color: Downy. HEX triplet: 66, DA and C4. RGB value is (102,218,196). Sum of RGB (Red+Green+Blue) = 102+218+196=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 196 (76.95% from 255 or 37.98% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DAC4 is #99253B. Grayscale: #B4B4B4. Windows color (decimal): -10036540 or 12900966. OLE color: 12900966.

HSL color Cylindrical-coordinate representation of color #66DAC4: hue angle of 168.62º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DAC4 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 218 196 -
CMYK 0.53 0 0.10 0.15
HSL 168.62º 0.61% 0.63% -
HSV(B) 168.62º 0.53% 0.85% -
XYZ 40.51 56.95 61.08 -
YUV 180.81 136.57 71.79 -
System Red Green Blue C M Y K H S L
Decimal 102 218 196 0.53 0 0.10 0.15 168.62 0.61 0.63
Hex 66 DA C4 35 0 A F A9 3D 3F
Octal 146 332 304 65 0 12 17 251 75 77
Binary 1100110 11011010 11000100 110101 0 1010 1111 10101001 111101 111111

Color Harmonies of #66DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DAC4

Black with #66DAC4

Text Example


Text Example

White with #66DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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