#76FACD

Color #76FACD Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #76FACD

Tints of Aquamarine #76FACD

Color information

#76FACD (or 0x76FACD) is unknown color: approx Aquamarine. HEX triplet: 76, FA and CD. RGB value is (118,250,205). Sum of RGB (Red+Green+Blue) = 118+250+205=573 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.59% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #76FACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FACD is #890532. Grayscale: #CDCDCD. Windows color (decimal): -8979763 or 13498998. OLE color: 13498998.

HSL color Cylindrical-coordinate representation of color #76FACD: hue angle of 159.55º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FACD is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB118250205-
CMYK0.5300.180.02
HSL159.55º92.96%72.16%-
HSV(B)159.55º52.8%98.04%-
XYZ52.6876.6369.77-
YUV205.4127.7765.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.59%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=20.59%
G=43.63%
B=35.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182502050.5300.180.02159.5592.9672.16
Hex76FACD350122a05d48
Octal166372315650222240135110
Binary11101101111101011001101110101010010101010000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76FACD;
 }
 .AnyTagClassName
 {
   color: #76FACD;
 }
</style>
background-color css

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

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

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

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

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

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