#69EEA1

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

Shades of Medium Aquamarine #69EEA1

Tints of Medium Aquamarine #69EEA1

Color information

#69EEA1 (or 0x69EEA1) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EE and A1. RGB value is (105,238,161). Sum of RGB (Red+Green+Blue) = 105+238+161=504 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.83% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 161 (63.28% from 255 or 31.94% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #69EEA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EEA1 is #96115E. Grayscale: #BDBDBD. Windows color (decimal): -9834847 or 10612329. OLE color: 10612329.

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

Color convert

RGB105238161-
CMYK0.5600.320.07
HSL145.26º79.64%67.25%-
HSV(B)145.26º55.88%93.33%-
XYZ42.8366.7344.34-
YUV189.46111.9467.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.83%
GREEN value IS 238 (93.36% from 255) = 47.22%
BLUE value IS 161 (63.28% from 255) = 31.94%
R=20.83%
G=47.22%
B=31.94%

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
Decimal1052381610.5600.320.07145.2679.6467.25
Hex69EEA1380207915043
Octal151356241700407221120103
Binary1101001111011101010000111100001000001111001000110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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