Html Css Color HEX #76FDAB Aquamarine

📋 copy color: '#76FDAB'

red 118 ◦ green 253 ◦ blue 171

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

Shades of Aquamarine #76FDAB

Tints of Aquamarine #76FDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.68%

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

R = 21.77%
G = 46.68%
B = 31.55%

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

#76FDAB (or 0x76FDAB) is known color: Aquamarine. HEX triplet: 76, FD and AB. RGB value is (118,253,171). Sum of RGB (Red+Green+Blue) = 118+253+171=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #76FDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FDAB is #890254. Grayscale: #CBCBCB. Windows color (decimal): -8979029 or 11271542. OLE color: 11271542.

HSL color Cylindrical-coordinate representation of color #76FDAB: hue angle of 143.56º degrees, saturation: 0.97, 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 #76FDAB is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 253 171 -
CMYK 0.53 0 0.32 0.01
HSL 143.56º 0.97% 0.73% -
HSV(B) 143.56º 0.53% 0.99% -
XYZ 49.95 77.04 50.77 -
YUV 203.29 109.77 67.17 -
System Red Green Blue C M Y K H S L
Decimal 118 253 171 0.53 0 0.32 0.01 143.56 0.97 0.73
Hex 76 FD AB 35 0 20 1 90 61 49
Octal 166 375 253 65 0 40 1 220 141 111
Binary 1110110 11111101 10101011 110101 0 100000 1 10010000 1100001 1001001

Color Harmonies of #76FDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FDAB

Black with #76FDAB

Text Example


Text Example

White with #76FDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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