Html Css Color HEX #76ECD8 Aquamarine

📋 copy color: '#76ECD8'

red 118 ◦ green 236 ◦ blue 216

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

Shades of Aquamarine #76ECD8

Tints of Aquamarine #76ECD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 20.7%
G = 41.4%
B = 37.89%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#76ECD8 (or 0x76ECD8) is known color: Aquamarine. HEX triplet: 76, EC and D8. RGB value is (118,236,216). Sum of RGB (Red+Green+Blue) = 118+236+216=570 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.70% from 570); Green value is 236 (92.58% from 255 or 41.40% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECD8 is #891327. Grayscale: #C6C6C6. Windows color (decimal): -8983336 or 14216310. OLE color: 14216310.

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

Color convert

RGB 118 236 216 -
CMYK 0.5 0 0.08 0.07
HSL 169.83º 0.76% 0.69% -
HSV(B) 169.83º 0.5% 0.93% -
XYZ 49.86 68.8 75.62 -
YUV 198.44 137.91 70.63 -
System Red Green Blue C M Y K H S L
Decimal 118 236 216 0.5 0 0.08 0.07 169.83 0.76 0.69
Hex 76 EC D8 32 0 8 7 AA 4C 45
Octal 166 354 330 62 0 10 7 252 114 105
Binary 1110110 11101100 11011000 110010 0 1000 111 10101010 1001100 1000101

Color Harmonies of #76ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ECD8

Black with #76ECD8

Text Example


Text Example

White with #76ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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