#67FADD

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

Shades of Aquamarine #67FADD

Tints of Aquamarine #67FADD

Color information

#67FADD (or 0x67FADD) is unknown color: approx Aquamarine. HEX triplet: 67, FA and DD. RGB value is (103,250,221). Sum of RGB (Red+Green+Blue) = 103+250+221=574 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.94% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #67FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #67FADD is #980522. Grayscale: #CACACA. Windows color (decimal): -9962787 or 14547559. OLE color: 14547559.

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

Color convert

RGB103250221-
CMYK0.5900.120.02
HSL168.16º93.63%69.22%-
HSV(B)168.16º58.8%98.04%-
XYZ52.8376.4880.38-
YUV202.74138.356.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 17.94%
GREEN value IS 250 (98.05% from 255) = 43.55%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=17.94%
G=43.55%
B=38.50%

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
Decimal1032502210.5900.120.02168.1693.6369.22
Hex67FADD3B0C2a85e45
Octal147372335730142250136105
Binary1100111111110101101110111101101100101010100010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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