Html Css Color HEX #76F7B8 Aquamarine

📋 copy color: '#76F7B8'

red 118 ◦ green 247 ◦ blue 184

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

Shades of Aquamarine #76F7B8

Tints of Aquamarine #76F7B8

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.99%

 BLUE value IS 184 (72.27% from 255) = 33.52%

R = 21.49%
G = 44.99%
B = 33.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.03

RGB Variations

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

Color information

#76F7B8 (or 0x76F7B8) is known color: Aquamarine. HEX triplet: 76, F7 and B8. RGB value is (118,247,184). Sum of RGB (Red+Green+Blue) = 118+247+184=549 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.49% from 549); Green value is 247 (96.88% from 255 or 44.99% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F7B8 is #890847. Grayscale: #C9C9C9. Windows color (decimal): -8980552 or 12121974. OLE color: 12121974.

HSL color Cylindrical-coordinate representation of color #76F7B8: hue angle of 150.7º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F7B8 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 247 184 -
CMYK 0.52 0 0.26 0.03
HSL 150.7º 0.89% 0.72% -
HSV(B) 150.7º 0.52% 0.97% -
XYZ 49.38 73.83 57 -
YUV 201.25 118.26 68.62 -
System Red Green Blue C M Y K H S L
Decimal 118 247 184 0.52 0 0.26 0.03 150.7 0.89 0.72
Hex 76 F7 B8 34 0 1A 3 97 59 48
Octal 166 367 270 64 0 32 3 227 131 110
Binary 1110110 11110111 10111000 110100 0 11010 11 10010111 1011001 1001000

Color Harmonies of #76F7B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F7B8

Black with #76F7B8

Text Example


Text Example

White with #76F7B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,247,184); }

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

background-color css

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

 a { background-color: rgb(118,247,184); }

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

border-color css

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

 span { border-color: rgb(118,247,184); }

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