Html Css Color HEX #76F3BA Aquamarine

📋 copy color: '#76F3BA'

red 118 ◦ green 243 ◦ blue 186

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

Shades of Aquamarine #76F3BA

Tints of Aquamarine #76F3BA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.42%

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

R = 21.57%
G = 44.42%
B = 34%

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

#76F3BA (or 0x76F3BA) is known color: Aquamarine. HEX triplet: 76, F3 and BA. RGB value is (118,243,186). Sum of RGB (Red+Green+Blue) = 118+243+186=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #76F3BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F3BA is #890C45. Grayscale: #C7C7C7. Windows color (decimal): -8981574 or 12252022. OLE color: 12252022.

HSL color Cylindrical-coordinate representation of color #76F3BA: hue angle of 152.64º degrees, saturation: 0.84, 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 #76F3BA is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 118 243 186 -
CMYK 0.51 0 0.23 0.05
HSL 152.64º 0.84% 0.71% -
HSV(B) 152.64º 0.51% 0.95% -
XYZ 48.38 71.5 57.7 -
YUV 199.13 120.59 70.13 -
System Red Green Blue C M Y K H S L
Decimal 118 243 186 0.51 0 0.23 0.05 152.64 0.84 0.71
Hex 76 F3 BA 33 0 17 5 99 54 47
Octal 166 363 272 63 0 27 5 231 124 107
Binary 1110110 11110011 10111010 110011 0 10111 101 10011001 1010100 1000111

Color Harmonies of #76F3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F3BA

Black with #76F3BA

Text Example


Text Example

White with #76F3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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