Html Css Color HEX #66D8C8 Downy

📋 copy color: '#66D8C8'

red 102 ◦ green 216 ◦ blue 200

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

Shades of Downy #66D8C8

Tints of Downy #66D8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.7%

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 19.69%
G = 41.7%
B = 38.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#66D8C8 (or 0x66D8C8) is known color: Downy. HEX triplet: 66, D8 and C8. RGB value is (102,216,200). Sum of RGB (Red+Green+Blue) = 102+216+200=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8C8 is #992737. Grayscale: #B4B4B4. Windows color (decimal): -10037048 or 13162598. OLE color: 13162598.

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

Color convert

RGB 102 216 200 -
CMYK 0.53 0 0.07 0.15
HSL 171.58º 0.59% 0.62% -
HSV(B) 171.58º 0.53% 0.85% -
XYZ 40.46 56.11 63.34 -
YUV 180.09 139.23 72.3 -
System Red Green Blue C M Y K H S L
Decimal 102 216 200 0.53 0 0.07 0.15 171.58 0.59 0.62
Hex 66 D8 C8 35 0 7 F AC 3B 3E
Octal 146 330 310 65 0 7 17 254 73 76
Binary 1100110 11011000 11001000 110101 0 111 1111 10101100 111011 111110

Color Harmonies of #66D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D8C8

Black with #66D8C8

Text Example


Text Example

White with #66D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,216,200); }

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

background-color css

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

 a { background-color: rgb(102,216,200); }

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

border-color css

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

 span { border-color: rgb(102,216,200); }

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