Html Css Color HEX #76DD9F Medium Aquamarine

📋 copy color: '#76DD9F'

red 118 ◦ green 221 ◦ blue 159

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

Shades of Medium Aquamarine #76DD9F

Tints of Medium Aquamarine #76DD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.38%

 BLUE value IS 159 (62.5% from 255) = 31.93%

R = 23.69%
G = 44.38%
B = 31.93%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#76DD9F (or 0x76DD9F) is known color: Medium Aquamarine. HEX triplet: 76, DD and 9F. RGB value is (118,221,159). Sum of RGB (Red+Green+Blue) = 118+221+159=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 159 (62.5% from 255 or 31.93% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD9F is #892260. Grayscale: #B7B7B7. Windows color (decimal): -8987233 or 10476918. OLE color: 10476918.

HSL color Cylindrical-coordinate representation of color #76DD9F: hue angle of 143.88º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DD9F is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 159 -
CMYK 0.47 0 0.28 0.13
HSL 143.88º 0.6% 0.66% -
HSV(B) 143.88º 0.47% 0.87% -
XYZ 39.59 58.07 41.92 -
YUV 183.14 114.38 81.54 -
System Red Green Blue C M Y K H S L
Decimal 118 221 159 0.47 0 0.28 0.13 143.88 0.6 0.66
Hex 76 DD 9F 2F 0 1C D 90 3C 42
Octal 166 335 237 57 0 34 15 220 74 102
Binary 1110110 11011101 10011111 101111 0 11100 1101 10010000 111100 1000010

Color Harmonies of #76DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DD9F

Black with #76DD9F

Text Example


Text Example

White with #76DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,221,159); }

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

background-color css

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

 a { background-color: rgb(118,221,159); }

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

border-color css

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

 span { border-color: rgb(118,221,159); }

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