Html Css Color HEX #76EDCD Aquamarine

📋 copy color: '#76EDCD'

red 118 ◦ green 237 ◦ blue 205

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

Shades of Aquamarine #76EDCD

Tints of Aquamarine #76EDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.61%

R = 21.07%
G = 42.32%
B = 36.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#76EDCD (or 0x76EDCD) is known color: Aquamarine. HEX triplet: 76, ED and CD. RGB value is (118,237,205). Sum of RGB (Red+Green+Blue) = 118+237+205=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #76EDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EDCD is #891232. Grayscale: #C5C5C5. Windows color (decimal): -8983091 or 13495670. OLE color: 13495670.

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

Color convert

RGB 118 237 205 -
CMYK 0.50 0 0.14 0.07
HSL 163.87º 0.77% 0.7% -
HSV(B) 163.87º 0.5% 0.93% -
XYZ 48.77 68.83 68.47 -
YUV 197.77 132.08 71.1 -
System Red Green Blue C M Y K H S L
Decimal 118 237 205 0.50 0 0.14 0.07 163.87 0.77 0.7
Hex 76 ED CD 32 0 E 7 A4 4D 46
Octal 166 355 315 62 0 16 7 244 115 106
Binary 1110110 11101101 11001101 110010 0 1110 111 10100100 1001101 1000110

Color Harmonies of #76EDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76EDCD

Black with #76EDCD

Text Example


Text Example

White with #76EDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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