Html Css Color HEX #76FCAB Aquamarine

📋 copy color: '#76FCAB'

red 118 ◦ green 252 ◦ blue 171

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

Shades of Aquamarine #76FCAB

Tints of Aquamarine #76FCAB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.58%

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 21.81%
G = 46.58%
B = 31.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#76FCAB (or 0x76FCAB) is known color: Aquamarine. HEX triplet: 76, FC and AB. RGB value is (118,252,171). Sum of RGB (Red+Green+Blue) = 118+252+171=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FCAB is #890354. Grayscale: #CACACA. Windows color (decimal): -8979285 or 11271286. OLE color: 11271286.

HSL color Cylindrical-coordinate representation of color #76FCAB: hue angle of 143.73º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FCAB is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 252 171 -
CMYK 0.53 0 0.32 0.01
HSL 143.73º 0.96% 0.73% -
HSV(B) 143.73º 0.53% 0.99% -
XYZ 49.63 76.41 50.66 -
YUV 202.7 110.11 67.59 -
System Red Green Blue C M Y K H S L
Decimal 118 252 171 0.53 0 0.32 0.01 143.73 0.96 0.73
Hex 76 FC AB 35 0 20 1 90 60 49
Octal 166 374 253 65 0 40 1 220 140 111
Binary 1110110 11111100 10101011 110101 0 100000 1 10010000 1100000 1001001

Color Harmonies of #76FCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCAB

Black with #76FCAB

Text Example


Text Example

White with #76FCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,252,171); }

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

background-color css

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

 a { background-color: rgb(118,252,171); }

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

border-color css

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

 span { border-color: rgb(118,252,171); }

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