#69E2AE

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

Shades of Medium Aquamarine #69E2AE

Tints of Medium Aquamarine #69E2AE

Color information

#69E2AE (or 0x69E2AE) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E2 and AE. RGB value is (105,226,174). Sum of RGB (Red+Green+Blue) = 105+226+174=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #69E2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E2AE is #961D51. Grayscale: #B7B7B7. Windows color (decimal): -9837906 or 11461225. OLE color: 11461225.

HSL color Cylindrical-coordinate representation of color #69E2AE: hue angle of 154.21º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E2AE is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB105226174-
CMYK0.5400.230.11
HSL154.21º67.6%64.9%-
HSV(B)154.21º53.54%88.63%-
XYZ40.6660.4549.57-
YUV183.89122.4171.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 226 (88.67% from 255) = 44.75%
BLUE value IS 174 (68.36% from 255) = 34.46%
R=20.79%
G=44.75%
B=34.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052261740.5400.230.11154.2167.664.9
Hex69E2AE36017B9a4441
Octal1513422566602713232104101
Binary1101001111000101010111011011001011110111001101010001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,226,174); }

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

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

 a { background-color: rgb(105,226,174); }

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

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

 span { border-color: rgb(105,226,174); }

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