#69FAC8

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

Shades of Aquamarine #69FAC8

Tints of Aquamarine #69FAC8

Color information

#69FAC8 (or 0x69FAC8) is unknown color: approx Aquamarine. HEX triplet: 69, FA and C8. RGB value is (105,250,200). Sum of RGB (Red+Green+Blue) = 105+250+200=555 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.92% from 555); Green value is 250 (98.05% from 255 or 45.05% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 250 - color contains mainly: green. Hex color #69FAC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FAC8 is #960537. Grayscale: #C9C9C9. Windows color (decimal): -9831736 or 13171305. OLE color: 13171305.

HSL color Cylindrical-coordinate representation of color #69FAC8: hue angle of 159.31º 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 #69FAC8 is Cyan = 0.58, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.

Color convert

RGB105250200-
CMYK0.5800.20.02
HSL159.31º93.55%69.61%-
HSV(B)159.31º58%98.04%-
XYZ50.4475.5466.57-
YUV200.95127.4659.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.92%
GREEN value IS 250 (98.05% from 255) = 45.05%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=18.92%
G=45.05%
B=36.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052502000.5800.20.02159.3193.5569.61
Hex69FAC83A01429f5e46
Octal151372310720242237136106
Binary11010011111101011001000111010010100101001111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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