#69F5B0

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

Shades of Medium Aquamarine #69F5B0

Tints of Medium Aquamarine #69F5B0

Color information

#69F5B0 (or 0x69F5B0) is unknown color: approx Medium Aquamarine. HEX triplet: 69, F5 and B0. RGB value is (105,245,176). Sum of RGB (Red+Green+Blue) = 105+245+176=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #69F5B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F5B0 is #960A4F. Grayscale: #C3C3C3. Windows color (decimal): -9833040 or 11597161. OLE color: 11597161.

HSL color Cylindrical-coordinate representation of color #69F5B0: hue angle of 150.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F5B0 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB105245176-
CMYK0.5700.280.04
HSL150.43º87.5%68.63%-
HSV(B)150.43º57.14%96.08%-
XYZ46.3171.4452.42-
YUV195.27117.1263.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.96%
GREEN value IS 245 (96.09% from 255) = 46.58%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=19.96%
G=46.58%
B=33.46%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1052451760.5700.280.04150.4387.568.63
Hex69F5B03901C4965845
Octal151365260710344226130105
Binary110100111110101101100001110010111001001001011010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,245,176); }

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

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

 a { background-color: rgb(105,245,176); }

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

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

 span { border-color: rgb(105,245,176); }

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