#69EEA9

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

Shades of Medium Aquamarine #69EEA9

Tints of Medium Aquamarine #69EEA9

Color information

#69EEA9 (or 0x69EEA9) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EE and A9. RGB value is (105,238,169). Sum of RGB (Red+Green+Blue) = 105+238+169=512 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.51% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 169 (66.41% from 255 or 33.01% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #69EEA9 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EEA9 is #961156. Grayscale: #BEBEBE. Windows color (decimal): -9834839 or 11136617. OLE color: 11136617.

HSL color Cylindrical-coordinate representation of color #69EEA9: hue angle of 148.87º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EEA9 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB105238169-
CMYK0.5600.290.07
HSL148.87º79.64%67.25%-
HSV(B)148.87º55.88%93.33%-
XYZ43.5667.0248.18-
YUV190.37115.9467.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.51%
GREEN value IS 238 (93.36% from 255) = 46.48%
BLUE value IS 169 (66.41% from 255) = 33.01%
R=20.51%
G=46.48%
B=33.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052381690.5600.290.07148.8779.6467.25
Hex69EEA93801D7955043
Octal151356251700357225120103
Binary110100111101110101010011110000111011111001010110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,238,169); }

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

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

 a { background-color: rgb(105,238,169); }

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

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

 span { border-color: rgb(105,238,169); }

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