Html Css Color HEX #76F9BA Aquamarine

📋 copy color: '#76F9BA'

red 118 ◦ green 249 ◦ blue 186

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

Shades of Aquamarine #76F9BA

Tints of Aquamarine #76F9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.03%

 BLUE value IS 186 (73.05% from 255) = 33.63%

R = 21.34%
G = 45.03%
B = 33.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#76F9BA (or 0x76F9BA) is known color: Aquamarine. HEX triplet: 76, F9 and BA. RGB value is (118,249,186). Sum of RGB (Red+Green+Blue) = 118+249+186=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #76F9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F9BA is #890645. Grayscale: #CACACA. Windows color (decimal): -8980038 or 12253558. OLE color: 12253558.

HSL color Cylindrical-coordinate representation of color #76F9BA: hue angle of 151.15º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76F9BA is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 249 186 -
CMYK 0.53 0 0.25 0.02
HSL 151.15º 0.92% 0.72% -
HSV(B) 151.15º 0.53% 0.98% -
XYZ 50.21 75.15 58.31 -
YUV 202.65 118.6 67.62 -
System Red Green Blue C M Y K H S L
Decimal 118 249 186 0.53 0 0.25 0.02 151.15 0.92 0.72
Hex 76 F9 BA 35 0 19 2 97 5C 48
Octal 166 371 272 65 0 31 2 227 134 110
Binary 1110110 11111001 10111010 110101 0 11001 10 10010111 1011100 1001000

Color Harmonies of #76F9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F9BA

Black with #76F9BA

Text Example


Text Example

White with #76F9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,249,186); }

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

background-color css

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

 a { background-color: rgb(118,249,186); }

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

border-color css

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

 span { border-color: rgb(118,249,186); }

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