Html Css Color HEX #76D9BF Downy

📋 copy color: '#76D9BF'

red 118 ◦ green 217 ◦ blue 191

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

Shades of Downy #76D9BF

Tints of Downy #76D9BF

RGB

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

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

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

R = 22.43%
G = 41.25%
B = 36.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#76D9BF (or 0x76D9BF) is known color: Downy. HEX triplet: 76, D9 and BF. RGB value is (118,217,191). Sum of RGB (Red+Green+Blue) = 118+217+191=526 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.43% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9BF is #892640. Grayscale: #B8B8B8. Windows color (decimal): -8988225 or 12573046. OLE color: 12573046.

HSL color Cylindrical-coordinate representation of color #76D9BF: hue angle of 164.24º 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 #76D9BF is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 191 -
CMYK 0.46 0 0.12 0.15
HSL 164.24º 0.57% 0.66% -
HSV(B) 164.24º 0.46% 0.85% -
XYZ 41.69 57.24 58.14 -
YUV 184.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 118 217 191 0.46 0 0.12 0.15 164.24 0.57 0.66
Hex 76 D9 BF 2E 0 C F A4 39 42
Octal 166 331 277 56 0 14 17 244 71 102
Binary 1110110 11011001 10111111 101110 0 1100 1111 10100100 111001 1000010

Color Harmonies of #76D9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D9BF

Black with #76D9BF

Text Example


Text Example

White with #76D9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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