#67FADC

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

Shades of Aquamarine #67FADC

Tints of Aquamarine #67FADC

Color information

#67FADC (or 0x67FADC) is unknown color: approx Aquamarine. HEX triplet: 67, FA and DC. RGB value is (103,250,220). Sum of RGB (Red+Green+Blue) = 103+250+220=573 (75% of max value = 765). Red value is 103 (40.62% from 255 or 17.98% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 220 (86.33% from 255 or 38.39% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #67FADC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FADC is #980523. Grayscale: #CACACA. Windows color (decimal): -9962788 or 14482023. OLE color: 14482023.

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

Color convert

RGB103250220-
CMYK0.5900.120.02
HSL167.76º93.63%69.22%-
HSV(B)167.76º58.8%98.04%-
XYZ52.776.4279.68-
YUV202.63137.856.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.98%
GREEN value IS 250 (98.05% from 255) = 43.63%
BLUE value IS 220 (86.33% from 255) = 38.39%
R=17.98%
G=43.63%
B=38.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1032502200.5900.120.02167.7693.6369.22
Hex67FADC3B0C2a85e45
Octal147372334730142250136105
Binary1100111111110101101110011101101100101010100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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