Html Css Color HEX #76ECC0 Aquamarine

📋 copy color: '#76ECC0'

red 118 ◦ green 236 ◦ blue 192

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

Shades of Aquamarine #76ECC0

Tints of Aquamarine #76ECC0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.22%

 BLUE value IS 192 (75.39% from 255) = 35.16%

R = 21.61%
G = 43.22%
B = 35.16%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#76ECC0 (or 0x76ECC0) is known color: Aquamarine. HEX triplet: 76, EC and C0. RGB value is (118,236,192). Sum of RGB (Red+Green+Blue) = 118+236+192=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECC0 is #89133F. Grayscale: #C3C3C3. Windows color (decimal): -8983360 or 12643446. OLE color: 12643446.

HSL color Cylindrical-coordinate representation of color #76ECC0: hue angle of 157.63º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76ECC0 is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 236 192 -
CMYK 0.5 0 0.19 0.07
HSL 157.63º 0.76% 0.69% -
HSV(B) 157.63º 0.5% 0.93% -
XYZ 46.98 67.65 60.45 -
YUV 195.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 118 236 192 0.5 0 0.19 0.07 157.63 0.76 0.69
Hex 76 EC C0 32 0 13 7 9E 4C 45
Octal 166 354 300 62 0 23 7 236 114 105
Binary 1110110 11101100 11000000 110010 0 10011 111 10011110 1001100 1000101

Color Harmonies of #76ECC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ECC0

Black with #76ECC0

Text Example


Text Example

White with #76ECC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,236,192); }

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

background-color css

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

 a { background-color: rgb(118,236,192); }

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

border-color css

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

 span { border-color: rgb(118,236,192); }

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