Html Css Color HEX #76DDA5 Medium Aquamarine

📋 copy color: '#76DDA5'

red 118 ◦ green 221 ◦ blue 165

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

Shades of Medium Aquamarine #76DDA5

Tints of Medium Aquamarine #76DDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.74%

R = 23.41%
G = 43.85%
B = 32.74%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#76DDA5 (or 0x76DDA5) is known color: Medium Aquamarine. HEX triplet: 76, DD and A5. RGB value is (118,221,165). Sum of RGB (Red+Green+Blue) = 118+221+165=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 165 (64.84% from 255 or 32.74% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DDA5 is #89225A. Grayscale: #B7B7B7. Windows color (decimal): -8987227 or 10870134. OLE color: 10870134.

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

Color convert

RGB 118 221 165 -
CMYK 0.47 0 0.25 0.13
HSL 147.38º 0.6% 0.66% -
HSV(B) 147.38º 0.47% 0.87% -
XYZ 40.12 58.28 44.73 -
YUV 183.82 117.38 81.05 -
System Red Green Blue C M Y K H S L
Decimal 118 221 165 0.47 0 0.25 0.13 147.38 0.6 0.66
Hex 76 DD A5 2F 0 19 D 93 3C 42
Octal 166 335 245 57 0 31 15 223 74 102
Binary 1110110 11011101 10100101 101111 0 11001 1101 10010011 111100 1000010

Color Harmonies of #76DDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDA5

Black with #76DDA5

Text Example


Text Example

White with #76DDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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