Html Css Color HEX #76FFB9 Aquamarine

📋 copy color: '#76FFB9'

red 118 ◦ green 255 ◦ blue 185

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

Shades of Aquamarine #76FFB9

Tints of Aquamarine #76FFB9

RGB

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

 GREEN value IS 255 (100% from 255) = 45.7%

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

R = 21.15%
G = 45.7%
B = 33.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#76FFB9 (or 0x76FFB9) is known color: Aquamarine. HEX triplet: 76, FF and B9. RGB value is (118,255,185). Sum of RGB (Red+Green+Blue) = 118+255+185=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFB9 is #890046. Grayscale: #CECECE. Windows color (decimal): -8978503 or 12189558. OLE color: 12189558.

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

Color convert

RGB 118 255 185 -
CMYK 0.54 0 0.27 0
HSL 149.34º 1% 0.73% -
HSV(B) 149.34º 0.54% 1% -
XYZ 51.99 78.87 58.38 -
YUV 206.06 116.11 65.19 -
System Red Green Blue C M Y K H S L
Decimal 118 255 185 0.54 0 0.27 0 149.34 1 0.73
Hex 76 FF B9 36 0 1B 0 95 64 49
Octal 166 377 271 66 0 33 0 225 144 111
Binary 1110110 11111111 10111001 110110 0 11011 0 10010101 1100100 1001001

Color Harmonies of #76FFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFB9

Black with #76FFB9

Text Example


Text Example

White with #76FFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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