Html Css Color HEX #76F3C5 Aquamarine

📋 copy color: '#76F3C5'

red 118 ◦ green 243 ◦ blue 197

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

Shades of Aquamarine #76F3C5

Tints of Aquamarine #76F3C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.3%

R = 21.15%
G = 43.55%
B = 35.3%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#76F3C5 (or 0x76F3C5) is known color: Aquamarine. HEX triplet: 76, F3 and C5. RGB value is (118,243,197). Sum of RGB (Red+Green+Blue) = 118+243+197=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 243 (95.31% from 255 or 43.55% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 243 - color contains mainly: green. Hex color #76F3C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F3C5 is #890C3A. Grayscale: #C8C8C8. Windows color (decimal): -8981563 or 12972918. OLE color: 12972918.

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

Color convert

RGB 118 243 197 -
CMYK 0.51 0 0.19 0.05
HSL 157.92º 0.84% 0.71% -
HSV(B) 157.92º 0.51% 0.95% -
XYZ 49.6 71.98 64.1 -
YUV 200.38 126.09 69.24 -
System Red Green Blue C M Y K H S L
Decimal 118 243 197 0.51 0 0.19 0.05 157.92 0.84 0.71
Hex 76 F3 C5 33 0 13 5 9E 54 47
Octal 166 363 305 63 0 23 5 236 124 107
Binary 1110110 11110011 11000101 110011 0 10011 101 10011110 1010100 1000111

Color Harmonies of #76F3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F3C5

Black with #76F3C5

Text Example


Text Example

White with #76F3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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