#67FACF

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

Shades of Aquamarine #67FACF

Tints of Aquamarine #67FACF

Color information

#67FACF (or 0x67FACF) is unknown color: approx Aquamarine. HEX triplet: 67, FA and CF. RGB value is (103,250,207). Sum of RGB (Red+Green+Blue) = 103+250+207=560 (74% of max value = 765). Red value is 103 (40.62% from 255 or 18.39% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #67FACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FACF is #980530. Grayscale: #C9C9C9. Windows color (decimal): -9962801 or 13630055. OLE color: 13630055.

HSL color Cylindrical-coordinate representation of color #67FACF: hue angle of 162.45º 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 #67FACF is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB103250207-
CMYK0.5900.170.02
HSL162.45º93.63%69.22%-
HSV(B)162.45º58.8%98.04%-
XYZ51.0475.7670.96-
YUV201.14131.358-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 18.39%
GREEN value IS 250 (98.05% from 255) = 44.64%
BLUE value IS 207 (81.25% from 255) = 36.96%
R=18.39%
G=44.64%
B=36.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1032502070.5900.170.02162.4593.6369.22
Hex67FACF3B0112a25e45
Octal147372317730212242136105
Binary11001111111101011001111111011010001101010001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67FACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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