Html Css Color HEX #76ECDC Aquamarine

📋 copy color: '#76ECDC'

red 118 ◦ green 236 ◦ blue 220

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

Shades of Aquamarine #76ECDC

Tints of Aquamarine #76ECDC

RGB

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

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

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

R = 20.56%
G = 41.11%
B = 38.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#76ECDC (or 0x76ECDC) is known color: Aquamarine. HEX triplet: 76, EC and DC. RGB value is (118,236,220). Sum of RGB (Red+Green+Blue) = 118+236+220=574 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.56% from 574); Green value is 236 (92.58% from 255 or 41.11% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 236 - color contains mainly: green. Hex color #76ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76ECDC is #891323. Grayscale: #C6C6C6. Windows color (decimal): -8983332 or 14478454. OLE color: 14478454.

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

Color convert

RGB 118 236 220 -
CMYK 0.5 0 0.07 0.07
HSL 171.86º 0.76% 0.69% -
HSV(B) 171.86º 0.5% 0.93% -
XYZ 50.38 69.01 78.37 -
YUV 198.89 139.91 70.3 -
System Red Green Blue C M Y K H S L
Decimal 118 236 220 0.5 0 0.07 0.07 171.86 0.76 0.69
Hex 76 EC DC 32 0 7 7 AC 4C 45
Octal 166 354 334 62 0 7 7 254 114 105
Binary 1110110 11101100 11011100 110010 0 111 111 10101100 1001100 1000101

Color Harmonies of #76ECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ECDC

Black with #76ECDC

Text Example


Text Example

White with #76ECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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