#69EEA2

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

Shades of Medium Aquamarine #69EEA2

Tints of Medium Aquamarine #69EEA2

Color information

#69EEA2 (or 0x69EEA2) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EE and A2. RGB value is (105,238,162). Sum of RGB (Red+Green+Blue) = 105+238+162=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 238 (93.36% from 255 or 47.13% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 238 - color contains mainly: green. Hex color #69EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EEA2 is #96115D. Grayscale: #BDBDBD. Windows color (decimal): -9834846 or 10677865. OLE color: 10677865.

HSL color Cylindrical-coordinate representation of color #69EEA2: hue angle of 145.71º 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 #69EEA2 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB105238162-
CMYK0.5600.320.07
HSL145.71º79.64%67.25%-
HSV(B)145.71º55.88%93.33%-
XYZ42.9266.7644.81-
YUV189.57112.4467.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 238 (93.36% from 255) = 47.13%
BLUE value IS 162 (63.67% from 255) = 32.08%
R=20.79%
G=47.13%
B=32.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052381620.5600.320.07145.7179.6467.25
Hex69EEA2380207925043
Octal151356242700407222120103
Binary1101001111011101010001011100001000001111001001010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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