Html Css Color HEX #76DDA7 Medium Aquamarine

📋 copy color: '#76DDA7'

red 118 ◦ green 221 ◦ blue 167

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

Shades of Medium Aquamarine #76DDA7

Tints of Medium Aquamarine #76DDA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33%

R = 23.32%
G = 43.68%
B = 33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#76DDA7 (or 0x76DDA7) is known color: Medium Aquamarine. HEX triplet: 76, DD and A7. RGB value is (118,221,167). Sum of RGB (Red+Green+Blue) = 118+221+167=506 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.32% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDA7 is #892258. Grayscale: #B8B8B8. Windows color (decimal): -8987225 or 11001206. OLE color: 11001206.

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

Color convert

RGB 118 221 167 -
CMYK 0.47 0 0.24 0.13
HSL 148.54º 0.6% 0.66% -
HSV(B) 148.54º 0.47% 0.87% -
XYZ 40.3 58.35 45.7 -
YUV 184.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 118 221 167 0.47 0 0.24 0.13 148.54 0.6 0.66
Hex 76 DD A7 2F 0 18 D 95 3C 42
Octal 166 335 247 57 0 30 15 225 74 102
Binary 1110110 11011101 10100111 101111 0 11000 1101 10010101 111100 1000010

Color Harmonies of #76DDA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDA7

Black with #76DDA7

Text Example


Text Example

White with #76DDA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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