Html Css Color HEX #76F2BA Aquamarine

📋 copy color: '#76F2BA'

red 118 ◦ green 242 ◦ blue 186

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

Shades of Aquamarine #76F2BA

Tints of Aquamarine #76F2BA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.32%

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

R = 21.61%
G = 44.32%
B = 34.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#76F2BA (or 0x76F2BA) is known color: Aquamarine. HEX triplet: 76, F2 and BA. RGB value is (118,242,186). Sum of RGB (Red+Green+Blue) = 118+242+186=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 242 (94.92% from 255 or 44.32% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 242 - color contains mainly: green. Hex color #76F2BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F2BA is #890D45. Grayscale: #C6C6C6. Windows color (decimal): -8981830 or 12251766. OLE color: 12251766.

HSL color Cylindrical-coordinate representation of color #76F2BA: hue angle of 152.9º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F2BA is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 242 186 -
CMYK 0.51 0 0.23 0.05
HSL 152.9º 0.83% 0.71% -
HSV(B) 152.9º 0.51% 0.95% -
XYZ 48.09 70.9 57.61 -
YUV 198.54 120.92 70.55 -
System Red Green Blue C M Y K H S L
Decimal 118 242 186 0.51 0 0.23 0.05 152.9 0.83 0.71
Hex 76 F2 BA 33 0 17 5 99 53 47
Octal 166 362 272 63 0 27 5 231 123 107
Binary 1110110 11110010 10111010 110011 0 10111 101 10011001 1010011 1000111

Color Harmonies of #76F2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F2BA

Black with #76F2BA

Text Example


Text Example

White with #76F2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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