Html Css Color HEX #76FFB4 Aquamarine

📋 copy color: '#76FFB4'

red 118 ◦ green 255 ◦ blue 180

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

Shades of Aquamarine #76FFB4

Tints of Aquamarine #76FFB4

RGB

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

 GREEN value IS 255 (100% from 255) = 46.11%

 BLUE value IS 180 (70.7% from 255) = 32.55%

R = 21.34%
G = 46.11%
B = 32.55%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#76FFB4 (or 0x76FFB4) is known color: Aquamarine. HEX triplet: 76, FF and B4. RGB value is (118,255,180). Sum of RGB (Red+Green+Blue) = 118+255+180=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 180 (70.70% from 255 or 32.55% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFB4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFB4 is #89004B. Grayscale: #CDCDCD. Windows color (decimal): -8978508 or 11861878. OLE color: 11861878.

HSL color Cylindrical-coordinate representation of color #76FFB4: hue angle of 147.15º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFB4 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB 118 255 180 -
CMYK 0.54 0 0.29 0
HSL 147.15º 1% 0.73% -
HSV(B) 147.15º 0.54% 1% -
XYZ 51.47 78.67 55.65 -
YUV 205.49 113.61 65.6 -
System Red Green Blue C M Y K H S L
Decimal 118 255 180 0.54 0 0.29 0 147.15 1 0.73
Hex 76 FF B4 36 0 1D 0 93 64 49
Octal 166 377 264 66 0 35 0 223 144 111
Binary 1110110 11111111 10110100 110110 0 11101 0 10010011 1100100 1001001

Color Harmonies of #76FFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFB4

Black with #76FFB4

Text Example


Text Example

White with #76FFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,255,180); }

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

background-color css

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

 a { background-color: rgb(118,255,180); }

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

border-color css

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

 span { border-color: rgb(118,255,180); }

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