Html Css Color HEX #76D9B5 Downy

📋 copy color: '#76D9B5'

red 118 ◦ green 217 ◦ blue 181

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

Shades of Downy #76D9B5

Tints of Downy #76D9B5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.05%

 BLUE value IS 181 (71.09% from 255) = 35.08%

R = 22.87%
G = 42.05%
B = 35.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#76D9B5 (or 0x76D9B5) is known color: Downy. HEX triplet: 76, D9 and B5. RGB value is (118,217,181). Sum of RGB (Red+Green+Blue) = 118+217+181=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 217 (85.16% from 255 or 42.05% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9B5 is #89264A. Grayscale: #B7B7B7. Windows color (decimal): -8988235 or 11917686. OLE color: 11917686.

HSL color Cylindrical-coordinate representation of color #76D9B5: hue angle of 158.18º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D9B5 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 181 -
CMYK 0.46 0 0.17 0.15
HSL 158.18º 0.57% 0.66% -
HSV(B) 158.18º 0.46% 0.85% -
XYZ 40.62 56.81 52.54 -
YUV 183.3 126.7 81.43 -
System Red Green Blue C M Y K H S L
Decimal 118 217 181 0.46 0 0.17 0.15 158.18 0.57 0.66
Hex 76 D9 B5 2E 0 11 F 9E 39 42
Octal 166 331 265 56 0 21 17 236 71 102
Binary 1110110 11011001 10110101 101110 0 10001 1111 10011110 111001 1000010

Color Harmonies of #76D9B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D9B5

Black with #76D9B5

Text Example


Text Example

White with #76D9B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,217,181); }

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

background-color css

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

 a { background-color: rgb(118,217,181); }

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

border-color css

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

 span { border-color: rgb(118,217,181); }

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