#69FACA

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

Shades of Aquamarine #69FACA

Tints of Aquamarine #69FACA

Color information

#69FACA (or 0x69FACA) is unknown color: approx Aquamarine. HEX triplet: 69, FA and CA. RGB value is (105,250,202). Sum of RGB (Red+Green+Blue) = 105+250+202=557 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.85% from 557); Green value is 250 (98.05% from 255 or 44.88% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 250 - color contains mainly: green. Hex color #69FACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FACA is #960535. Grayscale: #C9C9C9. Windows color (decimal): -9831734 or 13302377. OLE color: 13302377.

HSL color Cylindrical-coordinate representation of color #69FACA: hue angle of 160.14º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69FACA is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB105250202-
CMYK0.5800.190.02
HSL160.14º93.55%69.61%-
HSV(B)160.14º58%98.04%-
XYZ50.6775.6467.81-
YUV201.17128.4659.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.85%
GREEN value IS 250 (98.05% from 255) = 44.88%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=18.85%
G=44.88%
B=36.27%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052502020.5800.190.02160.1493.5569.61
Hex69FACA3A0132a05e46
Octal151372312720232240136106
Binary11010011111101011001010111010010011101010000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69FACA; }

 p { color: rgb(105,250,202); }

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

<style>
 a { background-color: #69FACA; }

 a { background-color: rgb(105,250,202); }

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

<style>
 span { border-color: #69FACA; }

 span { border-color: rgb(105,250,202); }

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