Html Css Color HEX #76EDDC Aquamarine

📋 copy color: '#76EDDC'

red 118 ◦ green 237 ◦ blue 220

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

Shades of Aquamarine #76EDDC

Tints of Aquamarine #76EDDC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.22%

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

R = 20.52%
G = 41.22%
B = 38.26%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#76EDDC (or 0x76EDDC) is known color: Aquamarine. HEX triplet: 76, ED and DC. RGB value is (118,237,220). Sum of RGB (Red+Green+Blue) = 118+237+220=575 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.52% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #76EDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EDDC is #891223. Grayscale: #C7C7C7. Windows color (decimal): -8983076 or 14478710. OLE color: 14478710.

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

Color convert

RGB 118 237 220 -
CMYK 0.50 0 0.07 0.07
HSL 171.43º 0.77% 0.7% -
HSV(B) 171.43º 0.5% 0.93% -
XYZ 50.67 69.59 78.47 -
YUV 199.48 139.58 69.88 -
System Red Green Blue C M Y K H S L
Decimal 118 237 220 0.50 0 0.07 0.07 171.43 0.77 0.7
Hex 76 ED DC 32 0 7 7 AB 4D 46
Octal 166 355 334 62 0 7 7 253 115 106
Binary 1110110 11101101 11011100 110010 0 111 111 10101011 1001101 1000110

Color Harmonies of #76EDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EDDC

Black with #76EDDC

Text Example


Text Example

White with #76EDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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