Html Css Color HEX #76EEDC Aquamarine

📋 copy color: '#76EEDC'

red 118 ◦ green 238 ◦ blue 220

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

Shades of Aquamarine #76EEDC

Tints of Aquamarine #76EEDC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.32%

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 20.49%
G = 41.32%
B = 38.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#76EEDC (or 0x76EEDC) is known color: Aquamarine. HEX triplet: 76, EE and DC. RGB value is (118,238,220). Sum of RGB (Red+Green+Blue) = 118+238+220=576 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.49% from 576); Green value is 238 (93.36% from 255 or 41.32% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 238 - color contains mainly: green. Hex color #76EEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EEDC is #891123. Grayscale: #C8C8C8. Windows color (decimal): -8982820 or 14478966. OLE color: 14478966.

HSL color Cylindrical-coordinate representation of color #76EEDC: hue angle of 171º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EEDC is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 238 220 -
CMYK 0.50 0 0.08 0.07
HSL 171º 0.78% 0.7% -
HSV(B) 171º 0.5% 0.93% -
XYZ 50.96 70.17 78.57 -
YUV 200.07 139.24 69.46 -
System Red Green Blue C M Y K H S L
Decimal 118 238 220 0.50 0 0.08 0.07 171 0.78 0.7
Hex 76 EE DC 32 0 8 7 AB 4E 46
Octal 166 356 334 62 0 10 7 253 116 106
Binary 1110110 11101110 11011100 110010 0 1000 111 10101011 1001110 1000110

Color Harmonies of #76EEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EEDC

Black with #76EEDC

Text Example


Text Example

White with #76EEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,238,220); }

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

background-color css

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

 a { background-color: rgb(118,238,220); }

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

border-color css

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

 span { border-color: rgb(118,238,220); }

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