Html Css Color HEX #66D7B9 Downy

📋 copy color: '#66D7B9'

red 102 ◦ green 215 ◦ blue 185

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

Shades of Downy #66D7B9

Tints of Downy #66D7B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.85%

R = 20.32%
G = 42.83%
B = 36.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#66D7B9 (or 0x66D7B9) is known color: Downy. HEX triplet: 66, D7 and B9. RGB value is (102,215,185). Sum of RGB (Red+Green+Blue) = 102+215+185=502 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.32% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 185 (72.66% from 255 or 36.85% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #66D7B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D7B9 is #992846. Grayscale: #B1B1B1. Windows color (decimal): -10037319 or 12179302. OLE color: 12179302.

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

Color convert

RGB 102 215 185 -
CMYK 0.53 0 0.14 0.16
HSL 164.07º 0.59% 0.62% -
HSV(B) 164.07º 0.53% 0.84% -
XYZ 38.54 54.93 54.47 -
YUV 177.79 132.06 73.94 -
System Red Green Blue C M Y K H S L
Decimal 102 215 185 0.53 0 0.14 0.16 164.07 0.59 0.62
Hex 66 D7 B9 35 0 E 10 A4 3B 3E
Octal 146 327 271 65 0 16 20 244 73 76
Binary 1100110 11010111 10111001 110101 0 1110 10000 10100100 111011 111110

Color Harmonies of #66D7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D7B9

Black with #66D7B9

Text Example


Text Example

White with #66D7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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