Html Css Color HEX #76D1B7 Downy

📋 copy color: '#76D1B7'

red 118 ◦ green 209 ◦ blue 183

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

Shades of Downy #76D1B7

Tints of Downy #76D1B7

RGB

 RED value IS 118 (46.48% from 255) = 23.14%

 GREEN value IS 209 (82.03% from 255) = 40.98%

 BLUE value IS 183 (71.88% from 255) = 35.88%

R = 23.14%
G = 40.98%
B = 35.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#76D1B7 (or 0x76D1B7) is known color: Downy. HEX triplet: 76, D1 and B7. RGB value is (118,209,183). Sum of RGB (Red+Green+Blue) = 118+209+183=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 183 (71.88% from 255 or 35.88% from 510); Max value from RGB is 209 - color contains mainly: green. Hex color #76D1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D1B7 is #892E48. Grayscale: #B2B2B2. Windows color (decimal): -8990281 or 12046710. OLE color: 12046710.

HSL color Cylindrical-coordinate representation of color #76D1B7: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D1B7 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 209 183 -
CMYK 0.44 0 0.12 0.18
HSL 162.86º 0.5% 0.64% -
HSV(B) 162.86º 0.44% 0.82% -
XYZ 38.82 52.87 52.96 -
YUV 178.83 130.35 84.61 -
System Red Green Blue C M Y K H S L
Decimal 118 209 183 0.44 0 0.12 0.18 162.86 0.5 0.64
Hex 76 D1 B7 2C 0 C 12 A3 32 40
Octal 166 321 267 54 0 14 22 243 62 100
Binary 1110110 11010001 10110111 101100 0 1100 10010 10100011 110010 1000000

Color Harmonies of #76D1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D1B7

Black with #76D1B7

Text Example


Text Example

White with #76D1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76D1B7; }

 p { color: rgb(118,209,183); }

 H1.HeaderClassName
 {
   color: #76D1B7;
 }
 .AnyTagClassName
 {
   color: #76D1B7;
 }
</style>

background-color css

<style>
 a { background-color: #76D1B7; }

 a { background-color: rgb(118,209,183); }

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

border-color css

<style>
 span { border-color: #76D1B7; }

 span { border-color: rgb(118,209,183); }

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