Html Css Color HEX #76FCE8 Aquamarine

📋 copy color: '#76FCE8'

red 118 ◦ green 252 ◦ blue 232

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

Shades of Aquamarine #76FCE8

Tints of Aquamarine #76FCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.54%

R = 19.6%
G = 41.86%
B = 38.54%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#76FCE8 (or 0x76FCE8) is known color: Aquamarine. HEX triplet: 76, FC and E8. RGB value is (118,252,232). Sum of RGB (Red+Green+Blue) = 118+252+232=602 (79% of max value = 765). Red value is 118 (46.48% from 255 or 19.60% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FCE8 is #890317. Grayscale: #D1D1D1. Windows color (decimal): -8979224 or 15268982. OLE color: 15268982.

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

Color convert

RGB 118 252 232 -
CMYK 0.53 0 0.08 0.01
HSL 171.04º 0.96% 0.73% -
HSV(B) 171.04º 0.53% 0.99% -
XYZ 56.85 79.3 88.65 -
YUV 209.65 140.61 62.63 -
System Red Green Blue C M Y K H S L
Decimal 118 252 232 0.53 0 0.08 0.01 171.04 0.96 0.73
Hex 76 FC E8 35 0 8 1 AB 60 49
Octal 166 374 350 65 0 10 1 253 140 111
Binary 1110110 11111100 11101000 110101 0 1000 1 10101011 1100000 1001001

Color Harmonies of #76FCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCE8

Black with #76FCE8

Text Example


Text Example

White with #76FCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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