Html Css Color HEX #66D8BC Downy

📋 copy color: '#66D8BC'

red 102 ◦ green 216 ◦ blue 188

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

Shades of Downy #66D8BC

Tints of Downy #66D8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.15%

R = 20.16%
G = 42.69%
B = 37.15%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#66D8BC (or 0x66D8BC) is known color: Downy. HEX triplet: 66, D8 and BC. RGB value is (102,216,188). Sum of RGB (Red+Green+Blue) = 102+216+188=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #66D8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D8BC is #992743. Grayscale: #B2B2B2. Windows color (decimal): -10037060 or 12376166. OLE color: 12376166.

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

Color convert

RGB 102 216 188 -
CMYK 0.53 0 0.13 0.15
HSL 165.26º 0.59% 0.62% -
HSV(B) 165.26º 0.53% 0.85% -
XYZ 39.11 55.57 56.24 -
YUV 178.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 102 216 188 0.53 0 0.13 0.15 165.26 0.59 0.62
Hex 66 D8 BC 35 0 D F A5 3B 3E
Octal 146 330 274 65 0 15 17 245 73 76
Binary 1100110 11011000 10111100 110101 0 1101 1111 10100101 111011 111110

Color Harmonies of #66D8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D8BC

Black with #66D8BC

Text Example


Text Example

White with #66D8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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