#69FBA1

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

Shades of Medium Aquamarine #69FBA1

Tints of Medium Aquamarine #69FBA1

Color information

#69FBA1 (or 0x69FBA1) is unknown color: approx Medium Aquamarine. HEX triplet: 69, FB and A1. RGB value is (105,251,161). Sum of RGB (Red+Green+Blue) = 105+251+161=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #69FBA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69FBA1 is #96045E. Grayscale: #C5C5C5. Windows color (decimal): -9831519 or 10615657. OLE color: 10615657.

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

Color convert

RGB105251161-
CMYK0.5800.360.02
HSL143.01º94.81%69.8%-
HSV(B)143.01º58.17%98.43%-
XYZ46.7674.5745.65-
YUV197.09107.6362.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 251 (98.44% from 255) = 48.55%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=20.31%
G=48.55%
B=31.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1052511610.5800.360.02143.0194.8169.8
Hex69FBA13A02428f5f46
Octal151373241720442217137106
Binary110100111111011101000011110100100100101000111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69FBA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,251,161); }

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

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

 a { background-color: rgb(105,251,161); }

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

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

 span { border-color: rgb(105,251,161); }

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