#69FFC0

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

Shades of Aquamarine #69FFC0

Tints of Aquamarine #69FFC0

Color information

#69FFC0 (or 0x69FFC0) is unknown color: approx Aquamarine. HEX triplet: 69, FF and C0. RGB value is (105,255,192). Sum of RGB (Red+Green+Blue) = 105+255+192=552 (73% of max value = 765). Red value is 105 (41.41% from 255 or 19.02% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 192 (75.39% from 255 or 34.78% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #69FFC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69FFC0 is #96003F. Grayscale: #CBCBCB. Windows color (decimal): -9830464 or 12648297. OLE color: 12648297.

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

Color convert

RGB105255192-
CMYK0.5900.250
HSL154.8º100%70.59%-
HSV(B)154.8º58.82%100%-
XYZ51.178.3362.29-
YUV202.97121.858.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.02%
GREEN value IS 255 (100% from 255) = 46.20%
BLUE value IS 192 (75.39% from 255) = 34.78%
R=19.02%
G=46.20%
B=34.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1052551920.5900.250154.810070.59
Hex69FFC03B01909b6447
Octal151377300730310233144107
Binary1101001111111111100000011101101100101001101111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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