Html Css Color HEX #76FFCE Aquamarine

📋 copy color: '#76FFCE'

red 118 ◦ green 255 ◦ blue 206

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

Shades of Aquamarine #76FFCE

Tints of Aquamarine #76FFCE

RGB

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

 GREEN value IS 255 (100% from 255) = 44.04%

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

R = 20.38%
G = 44.04%
B = 35.58%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#76FFCE (or 0x76FFCE) is known color: Aquamarine. HEX triplet: 76, FF and CE. RGB value is (118,255,206). Sum of RGB (Red+Green+Blue) = 118+255+206=579 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.38% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FFCE is #890031. Grayscale: #D0D0D0. Windows color (decimal): -8978482 or 13565814. OLE color: 13565814.

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

Color convert

RGB 118 255 206 -
CMYK 0.54 0 0.19 0
HSL 158.54º 1% 0.73% -
HSV(B) 158.54º 0.54% 1% -
XYZ 54.37 79.83 70.94 -
YUV 208.45 126.61 63.48 -
System Red Green Blue C M Y K H S L
Decimal 118 255 206 0.54 0 0.19 0 158.54 1 0.73
Hex 76 FF CE 36 0 13 0 9F 64 49
Octal 166 377 316 66 0 23 0 237 144 111
Binary 1110110 11111111 11001110 110110 0 10011 0 10011111 1100100 1001001

Color Harmonies of #76FFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FFCE

Black with #76FFCE

Text Example


Text Example

White with #76FFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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