Html Css Color HEX #66D7BA Downy

📋 copy color: '#66D7BA'

red 102 ◦ green 215 ◦ blue 186

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

Shades of Downy #66D7BA

Tints of Downy #66D7BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 20.28%
G = 42.74%
B = 36.98%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#66D7BA (or 0x66D7BA) is known color: Downy. HEX triplet: 66, D7 and BA. RGB value is (102,215,186). Sum of RGB (Red+Green+Blue) = 102+215+186=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 215 (84.38% from 255 or 42.74% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 215 - color contains mainly: green. Hex color #66D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D7BA is #992845. Grayscale: #B1B1B1. Windows color (decimal): -10037318 or 12244838. OLE color: 12244838.

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

Color convert

RGB 102 215 186 -
CMYK 0.53 0 0.13 0.16
HSL 164.6º 0.59% 0.62% -
HSV(B) 164.6º 0.53% 0.84% -
XYZ 38.64 54.97 55.03 -
YUV 177.91 132.56 73.86 -
System Red Green Blue C M Y K H S L
Decimal 102 215 186 0.53 0 0.13 0.16 164.6 0.59 0.62
Hex 66 D7 BA 35 0 D 10 A5 3B 3E
Octal 146 327 272 65 0 15 20 245 73 76
Binary 1100110 11010111 10111010 110101 0 1101 10000 10100101 111011 111110

Color Harmonies of #66D7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D7BA

Black with #66D7BA

Text Example


Text Example

White with #66D7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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