Html Css Color HEX #66DAC5 Downy

📋 copy color: '#66DAC5'

red 102 ◦ green 218 ◦ blue 197

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

Shades of Downy #66DAC5

Tints of Downy #66DAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.1%

R = 19.73%
G = 42.17%
B = 38.1%

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

#66DAC5 (or 0x66DAC5) is known color: Downy. HEX triplet: 66, DA and C5. RGB value is (102,218,197). Sum of RGB (Red+Green+Blue) = 102+218+197=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #66DAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66DAC5 is #99253A. Grayscale: #B4B4B4. Windows color (decimal): -10036539 or 12966502. OLE color: 12966502.

HSL color Cylindrical-coordinate representation of color #66DAC5: hue angle of 169.14º 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 #66DAC5 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 218 197 -
CMYK 0.53 0 0.10 0.15
HSL 169.14º 0.61% 0.63% -
HSV(B) 169.14º 0.53% 0.85% -
XYZ 40.63 57 61.68 -
YUV 180.92 137.07 71.71 -
System Red Green Blue C M Y K H S L
Decimal 102 218 197 0.53 0 0.10 0.15 169.14 0.61 0.63
Hex 66 DA C5 35 0 A F A9 3D 3F
Octal 146 332 305 65 0 12 17 251 75 77
Binary 1100110 11011010 11000101 110101 0 1010 1111 10101001 111101 111111

Color Harmonies of #66DAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DAC5

Black with #66DAC5

Text Example


Text Example

White with #66DAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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