Html Css Color HEX #76FECE Aquamarine

📋 copy color: '#76FECE'

red 118 ◦ green 254 ◦ blue 206

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

Shades of Aquamarine #76FECE

Tints of Aquamarine #76FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.64%

R = 20.42%
G = 43.94%
B = 35.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#76FECE (or 0x76FECE) is known color: Aquamarine. HEX triplet: 76, FE and CE. RGB value is (118,254,206). Sum of RGB (Red+Green+Blue) = 118+254+206=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #76FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FECE is #890131. Grayscale: #CFCFCF. Windows color (decimal): -8978738 or 13565558. OLE color: 13565558.

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

Color convert

RGB 118 254 206 -
CMYK 0.54 0 0.19 0.00
HSL 158.82º 0.99% 0.73% -
HSV(B) 158.82º 0.54% 1% -
XYZ 54.05 79.19 70.83 -
YUV 207.86 126.94 63.9 -
System Red Green Blue C M Y K H S L
Decimal 118 254 206 0.54 0 0.19 0.00 158.82 0.99 0.73
Hex 76 FE CE 36 0 13 0 9F 63 49
Octal 166 376 316 66 0 23 0 237 143 111
Binary 1110110 11111110 11001110 110110 0 10011 0 10011111 1100011 1001001

Color Harmonies of #76FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FECE

Black with #76FECE

Text Example


Text Example

White with #76FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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