#69FFC9

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

Shades of Aquamarine #69FFC9

Tints of Aquamarine #69FFC9

Color information

#69FFC9 (or 0x69FFC9) is unknown color: approx Aquamarine. HEX triplet: 69, FF and C9. RGB value is (105,255,201). Sum of RGB (Red+Green+Blue) = 105+255+201=561 (74% of max value = 765). Red value is 105 (41.41% from 255 or 18.72% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFC9 is #960036. Grayscale: #CCCCCC. Windows color (decimal): -9830455 or 13238121. OLE color: 13238121.

HSL color Cylindrical-coordinate representation of color #69FFC9: hue angle of 158.4º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69FFC9 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB105255201-
CMYK0.5900.210
HSL158.4º100%70.59%-
HSV(B)158.4º58.82%100%-
XYZ52.1378.7467.71-
YUV203.99126.357.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.72%
GREEN value IS 255 (100% from 255) = 45.45%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=18.72%
G=45.45%
B=35.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052552010.5900.210158.410070.59
Hex69FFC93B01509e6447
Octal151377311730250236144107
Binary1101001111111111100100111101101010101001111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,255,201); }

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

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

 a { background-color: rgb(105,255,201); }

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

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

 span { border-color: rgb(105,255,201); }

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