Html Css Color HEX #76D9BE Downy

📋 copy color: '#76D9BE'

red 118 ◦ green 217 ◦ blue 190

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

Shades of Downy #76D9BE

Tints of Downy #76D9BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.19%

R = 22.48%
G = 41.33%
B = 36.19%

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

#76D9BE (or 0x76D9BE) is known color: Downy. HEX triplet: 76, D9 and BE. RGB value is (118,217,190). Sum of RGB (Red+Green+Blue) = 118+217+190=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9BE is #892641. Grayscale: #B8B8B8. Windows color (decimal): -8988226 or 12507510. OLE color: 12507510.

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

Color convert

RGB 118 217 190 -
CMYK 0.46 0 0.12 0.15
HSL 163.64º 0.57% 0.66% -
HSV(B) 163.64º 0.46% 0.85% -
XYZ 41.58 57.19 57.56 -
YUV 184.32 131.2 80.7 -
System Red Green Blue C M Y K H S L
Decimal 118 217 190 0.46 0 0.12 0.15 163.64 0.57 0.66
Hex 76 D9 BE 2E 0 C F A4 39 42
Octal 166 331 276 56 0 14 17 244 71 102
Binary 1110110 11011001 10111110 101110 0 1100 1111 10100100 111001 1000010

Color Harmonies of #76D9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D9BE

Black with #76D9BE

Text Example


Text Example

White with #76D9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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