Html Css Color HEX #76DDB0 Medium Aquamarine

📋 copy color: '#76DDB0'

red 118 ◦ green 221 ◦ blue 176

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

Shades of Medium Aquamarine #76DDB0

Tints of Medium Aquamarine #76DDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.17%

R = 22.91%
G = 42.91%
B = 34.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#76DDB0 (or 0x76DDB0) is known color: Medium Aquamarine. HEX triplet: 76, DD and B0. RGB value is (118,221,176). Sum of RGB (Red+Green+Blue) = 118+221+176=515 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.91% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDB0 is #89224F. Grayscale: #B9B9B9. Windows color (decimal): -8987216 or 11591030. OLE color: 11591030.

HSL color Cylindrical-coordinate representation of color #76DDB0: hue angle of 153.79º 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 #76DDB0 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 176 -
CMYK 0.47 0 0.20 0.13
HSL 153.79º 0.6% 0.66% -
HSV(B) 153.79º 0.47% 0.87% -
XYZ 41.16 58.7 50.23 -
YUV 185.07 122.88 80.16 -
System Red Green Blue C M Y K H S L
Decimal 118 221 176 0.47 0 0.20 0.13 153.79 0.6 0.66
Hex 76 DD B0 2F 0 14 D 9A 3C 42
Octal 166 335 260 57 0 24 15 232 74 102
Binary 1110110 11011101 10110000 101111 0 10100 1101 10011010 111100 1000010

Color Harmonies of #76DDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDB0

Black with #76DDB0

Text Example


Text Example

White with #76DDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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