Html Css Color HEX #76FECC Aquamarine

📋 copy color: '#76FECC'

red 118 ◦ green 254 ◦ blue 204

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

Shades of Aquamarine #76FECC

Tints of Aquamarine #76FECC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.1%

 BLUE value IS 204 (80.08% from 255) = 35.42%

R = 20.49%
G = 44.1%
B = 35.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#76FECC (or 0x76FECC) is known color: Aquamarine. HEX triplet: 76, FE and CC. RGB value is (118,254,204). Sum of RGB (Red+Green+Blue) = 118+254+204=576 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.49% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #76FECC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FECC is #890133. Grayscale: #CFCFCF. Windows color (decimal): -8978740 or 13434486. OLE color: 13434486.

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

Color convert

RGB 118 254 204 -
CMYK 0.54 0 0.20 0.00
HSL 157.94º 0.99% 0.73% -
HSV(B) 157.94º 0.54% 1% -
XYZ 53.81 79.09 69.56 -
YUV 207.64 125.94 64.07 -
System Red Green Blue C M Y K H S L
Decimal 118 254 204 0.54 0 0.20 0.00 157.94 0.99 0.73
Hex 76 FE CC 36 0 14 0 9E 63 49
Octal 166 376 314 66 0 24 0 236 143 111
Binary 1110110 11111110 11001100 110110 0 10100 0 10011110 1100011 1001001

Color Harmonies of #76FECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FECC

Black with #76FECC

Text Example


Text Example

White with #76FECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,254,204); }

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

background-color css

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

 a { background-color: rgb(118,254,204); }

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

border-color css

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

 span { border-color: rgb(118,254,204); }

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