Html Css Color HEX #76FCD4 Aquamarine

📋 copy color: '#76FCD4'

red 118 ◦ green 252 ◦ blue 212

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

Shades of Aquamarine #76FCD4

Tints of Aquamarine #76FCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.43%

R = 20.27%
G = 43.3%
B = 36.43%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#76FCD4 (or 0x76FCD4) is known color: Aquamarine. HEX triplet: 76, FC and D4. RGB value is (118,252,212). Sum of RGB (Red+Green+Blue) = 118+252+212=582 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.27% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 212 (83.20% from 255 or 36.43% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCD4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCD4 is #89032B. Grayscale: #CFCFCF. Windows color (decimal): -8979244 or 13958262. OLE color: 13958262.

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

Color convert

RGB 118 252 212 -
CMYK 0.53 0 0.16 0.01
HSL 162.09º 0.96% 0.73% -
HSV(B) 162.09º 0.53% 0.99% -
XYZ 54.17 78.23 74.53 -
YUV 207.37 130.61 64.25 -
System Red Green Blue C M Y K H S L
Decimal 118 252 212 0.53 0 0.16 0.01 162.09 0.96 0.73
Hex 76 FC D4 35 0 10 1 A2 60 49
Octal 166 374 324 65 0 20 1 242 140 111
Binary 1110110 11111100 11010100 110101 0 10000 1 10100010 1100000 1001001

Color Harmonies of #76FCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCD4

Black with #76FCD4

Text Example


Text Example

White with #76FCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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