Html Css Color HEX #76FEBA Aquamarine

📋 copy color: '#76FEBA'

red 118 ◦ green 254 ◦ blue 186

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

Shades of Aquamarine #76FEBA

Tints of Aquamarine #76FEBA

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.52%

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

R = 21.15%
G = 45.52%
B = 33.33%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.27

 K value IS 0.00

RGB Variations

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

Color information

#76FEBA (or 0x76FEBA) is known color: Aquamarine. HEX triplet: 76, FE and BA. RGB value is (118,254,186). Sum of RGB (Red+Green+Blue) = 118+254+186=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #76FEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FEBA is #890145. Grayscale: #CDCDCD. Windows color (decimal): -8978758 or 12254838. OLE color: 12254838.

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

Color convert

RGB 118 254 186 -
CMYK 0.54 0 0.27 0.00
HSL 150º 0.99% 0.73% -
HSV(B) 150º 0.54% 1% -
XYZ 51.78 78.28 58.84 -
YUV 205.58 116.94 65.53 -
System Red Green Blue C M Y K H S L
Decimal 118 254 186 0.54 0 0.27 0.00 150 0.99 0.73
Hex 76 FE BA 36 0 1B 0 96 63 49
Octal 166 376 272 66 0 33 0 226 143 111
Binary 1110110 11111110 10111010 110110 0 11011 0 10010110 1100011 1001001

Color Harmonies of #76FEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FEBA

Black with #76FEBA

Text Example


Text Example

White with #76FEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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