Html Css Color HEX #76FCD0 Aquamarine

📋 copy color: '#76FCD0'

red 118 ◦ green 252 ◦ blue 208

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

Shades of Aquamarine #76FCD0

Tints of Aquamarine #76FCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.99%

R = 20.42%
G = 43.6%
B = 35.99%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#76FCD0 (or 0x76FCD0) is known color: Aquamarine. HEX triplet: 76, FC and D0. RGB value is (118,252,208). Sum of RGB (Red+Green+Blue) = 118+252+208=578 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.42% from 578); Green value is 252 (98.83% from 255 or 43.60% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FCD0 is #89032F. Grayscale: #CECECE. Windows color (decimal): -8979248 or 13696118. OLE color: 13696118.

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

Color convert

RGB 118 252 208 -
CMYK 0.53 0 0.17 0.01
HSL 160.3º 0.96% 0.73% -
HSV(B) 160.3º 0.53% 0.99% -
XYZ 53.67 78.03 71.91 -
YUV 206.92 128.61 64.58 -
System Red Green Blue C M Y K H S L
Decimal 118 252 208 0.53 0 0.17 0.01 160.3 0.96 0.73
Hex 76 FC D0 35 0 11 1 A0 60 49
Octal 166 374 320 65 0 21 1 240 140 111
Binary 1110110 11111100 11010000 110101 0 10001 1 10100000 1100000 1001001

Color Harmonies of #76FCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76FCD0

Black with #76FCD0

Text Example


Text Example

White with #76FCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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