Html Css Color HEX #76FDB9 Aquamarine

📋 copy color: '#76FDB9'

red 118 ◦ green 253 ◦ blue 185

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

Shades of Aquamarine #76FDB9

Tints of Aquamarine #76FDB9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.5%

 BLUE value IS 185 (72.66% from 255) = 33.27%

R = 21.22%
G = 45.5%
B = 33.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#76FDB9 (or 0x76FDB9) is known color: Aquamarine. HEX triplet: 76, FD and B9. RGB value is (118,253,185). Sum of RGB (Red+Green+Blue) = 118+253+185=556 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.22% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FDB9 is #890246. Grayscale: #CDCDCD. Windows color (decimal): -8979015 or 12189046. OLE color: 12189046.

HSL color Cylindrical-coordinate representation of color #76FDB9: hue angle of 149.78º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FDB9 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 253 185 -
CMYK 0.53 0 0.27 0.01
HSL 149.78º 0.97% 0.73% -
HSV(B) 149.78º 0.53% 0.99% -
XYZ 51.35 77.6 58.17 -
YUV 204.88 116.77 66.03 -
System Red Green Blue C M Y K H S L
Decimal 118 253 185 0.53 0 0.27 0.01 149.78 0.97 0.73
Hex 76 FD B9 35 0 1B 1 96 61 49
Octal 166 375 271 65 0 33 1 226 141 111
Binary 1110110 11111101 10111001 110101 0 11011 1 10010110 1100001 1001001

Color Harmonies of #76FDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FDB9

Black with #76FDB9

Text Example


Text Example

White with #76FDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,253,185); }

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

background-color css

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

 a { background-color: rgb(118,253,185); }

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

border-color css

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

 span { border-color: rgb(118,253,185); }

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