#69FFC1

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

Shades of Aquamarine #69FFC1

Tints of Aquamarine #69FFC1

Color information

#69FFC1 (or 0x69FFC1) is unknown color: approx Aquamarine. HEX triplet: 69, FF and C1. RGB value is (105,255,193). Sum of RGB (Red+Green+Blue) = 105+255+193=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFC1 is #96003E. Grayscale: #CBCBCB. Windows color (decimal): -9830463 or 12713833. OLE color: 12713833.

HSL color Cylindrical-coordinate representation of color #69FFC1: hue angle of 155.2º 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 #69FFC1 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB105255193-
CMYK0.5900.240
HSL155.2º100%70.59%-
HSV(B)155.2º58.82%100%-
XYZ51.2178.3762.88-
YUV203.08122.358.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 18.99%
GREEN value IS 255 (100% from 255) = 46.11%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=18.99%
G=46.11%
B=34.90%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052551930.5900.240155.210070.59
Hex69FFC13B01809b6447
Octal151377301730300233144107
Binary1101001111111111100000111101101100001001101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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