Html Css Color HEX #76FCBA Aquamarine

📋 copy color: '#76FCBA'

red 118 ◦ green 252 ◦ blue 186

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

Shades of Aquamarine #76FCBA

Tints of Aquamarine #76FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.32%

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

R = 21.22%
G = 45.32%
B = 33.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#76FCBA (or 0x76FCBA) is known color: Aquamarine. HEX triplet: 76, FC and BA. RGB value is (118,252,186). Sum of RGB (Red+Green+Blue) = 118+252+186=556 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.22% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCBA is #890345. Grayscale: #CCCCCC. Windows color (decimal): -8979270 or 12254326. OLE color: 12254326.

HSL color Cylindrical-coordinate representation of color #76FCBA: hue angle of 150.45º degrees, saturation: 0.96, 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 #76FCBA is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 252 186 -
CMYK 0.53 0 0.26 0.01
HSL 150.45º 0.96% 0.73% -
HSV(B) 150.45º 0.53% 0.99% -
XYZ 51.14 77.02 58.62 -
YUV 204.41 117.61 66.37 -
System Red Green Blue C M Y K H S L
Decimal 118 252 186 0.53 0 0.26 0.01 150.45 0.96 0.73
Hex 76 FC BA 35 0 1A 1 96 60 49
Octal 166 374 272 65 0 32 1 226 140 111
Binary 1110110 11111100 10111010 110101 0 11010 1 10010110 1100000 1001001

Color Harmonies of #76FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCBA

Black with #76FCBA

Text Example


Text Example

White with #76FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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