Html Css Color HEX #76FCD5 Aquamarine

📋 copy color: '#76FCD5'

red 118 ◦ green 252 ◦ blue 213

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

Shades of Aquamarine #76FCD5

Tints of Aquamarine #76FCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.54%

R = 20.24%
G = 43.22%
B = 36.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#76FCD5 (or 0x76FCD5) is known color: Aquamarine. HEX triplet: 76, FC and D5. RGB value is (118,252,213). Sum of RGB (Red+Green+Blue) = 118+252+213=583 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.24% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCD5 is #89032A. Grayscale: #CFCFCF. Windows color (decimal): -8979243 or 14023798. OLE color: 14023798.

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

Color convert

RGB 118 252 213 -
CMYK 0.53 0 0.15 0.01
HSL 162.54º 0.96% 0.73% -
HSV(B) 162.54º 0.53% 0.99% -
XYZ 54.29 78.28 75.2 -
YUV 207.49 131.11 64.17 -
System Red Green Blue C M Y K H S L
Decimal 118 252 213 0.53 0 0.15 0.01 162.54 0.96 0.73
Hex 76 FC D5 35 0 F 1 A3 60 49
Octal 166 374 325 65 0 17 1 243 140 111
Binary 1110110 11111100 11010101 110101 0 1111 1 10100011 1100000 1001001

Color Harmonies of #76FCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCD5

Black with #76FCD5

Text Example


Text Example

White with #76FCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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