#67FACD

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

Shades of Aquamarine #67FACD

Tints of Aquamarine #67FACD

Color information

#67FACD (or 0x67FACD) is unknown color: approx Aquamarine. HEX triplet: 67, FA and CD. RGB value is (103,250,205). Sum of RGB (Red+Green+Blue) = 103+250+205=558 (73% of max value = 765). Red value is 103 (40.62% from 255 or 18.46% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #67FACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FACD is #980532. Grayscale: #C8C8C8. Windows color (decimal): -9962803 or 13498983. OLE color: 13498983.

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

Color convert

RGB103250205-
CMYK0.5900.180.02
HSL161.63º93.63%69.22%-
HSV(B)161.63º58.8%98.04%-
XYZ50.875.6669.68-
YUV200.92130.358.16-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.46%
GREEN value IS 250 (98.05% from 255) = 44.80%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=18.46%
G=44.80%
B=36.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1032502050.5900.180.02161.6393.6369.22
Hex67FACD3B0122a25e45
Octal147372315730222242136105
Binary11001111111101011001101111011010010101010001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67FACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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