Html Css Color HEX #66D7BF Downy

📋 copy color: '#66D7BF'

red 102 ◦ green 215 ◦ blue 191

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

Shades of Downy #66D7BF

Tints of Downy #66D7BF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.32%

 BLUE value IS 191 (75% from 255) = 37.6%

R = 20.08%
G = 42.32%
B = 37.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#66D7BF (or 0x66D7BF) is known color: Downy. HEX triplet: 66, D7 and BF. RGB value is (102,215,191). Sum of RGB (Red+Green+Blue) = 102+215+191=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 215 - color contains mainly: green. Hex color #66D7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D7BF is #992840. Grayscale: #B2B2B2. Windows color (decimal): -10037313 or 12572518. OLE color: 12572518.

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

Color convert

RGB 102 215 191 -
CMYK 0.53 0 0.11 0.16
HSL 167.26º 0.59% 0.62% -
HSV(B) 167.26º 0.53% 0.84% -
XYZ 39.18 55.19 57.88 -
YUV 178.48 135.06 73.45 -
System Red Green Blue C M Y K H S L
Decimal 102 215 191 0.53 0 0.11 0.16 167.26 0.59 0.62
Hex 66 D7 BF 35 0 B 10 A7 3B 3E
Octal 146 327 277 65 0 13 20 247 73 76
Binary 1100110 11010111 10111111 110101 0 1011 10000 10100111 111011 111110

Color Harmonies of #66D7BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D7BF

Black with #66D7BF

Text Example


Text Example

White with #66D7BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,215,191); }

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

background-color css

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

 a { background-color: rgb(102,215,191); }

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

border-color css

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

 span { border-color: rgb(102,215,191); }

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