Html Css Color HEX #76FECB Aquamarine

📋 copy color: '#76FECB'

red 118 ◦ green 254 ◦ blue 203

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

Shades of Aquamarine #76FECB

Tints of Aquamarine #76FECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 20.52%
G = 44.17%
B = 35.3%

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

#76FECB (or 0x76FECB) is known color: Aquamarine. HEX triplet: 76, FE and CB. RGB value is (118,254,203). Sum of RGB (Red+Green+Blue) = 118+254+203=575 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.52% from 575); Green value is 254 (99.61% from 255 or 44.17% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 254 - color contains mainly: green. Hex color #76FECB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FECB is #890134. Grayscale: #CFCFCF. Windows color (decimal): -8978741 or 13368950. OLE color: 13368950.

HSL color Cylindrical-coordinate representation of color #76FECB: hue angle of 157.5º 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 #76FECB is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 254 203 -
CMYK 0.54 0 0.20 0.00
HSL 157.5º 0.99% 0.73% -
HSV(B) 157.5º 0.54% 1% -
XYZ 53.69 79.05 68.93 -
YUV 207.52 125.44 64.15 -
System Red Green Blue C M Y K H S L
Decimal 118 254 203 0.54 0 0.20 0.00 157.5 0.99 0.73
Hex 76 FE CB 36 0 14 0 9E 63 49
Octal 166 376 313 66 0 24 0 236 143 111
Binary 1110110 11111110 11001011 110110 0 10100 0 10011110 1100011 1001001

Color Harmonies of #76FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FECB

Black with #76FECB

Text Example


Text Example

White with #76FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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