#69E09A

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

Shades of Medium Aquamarine #69E09A

Tints of Medium Aquamarine #69E09A

Color information

#69E09A (or 0x69E09A) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E0 and 9A. RGB value is (105,224,154). Sum of RGB (Red+Green+Blue) = 105+224+154=483 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.74% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 154 (60.55% from 255 or 31.88% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #69E09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E09A is #961F65. Grayscale: #B4B4B4. Windows color (decimal): -9838438 or 10149993. OLE color: 10149993.

HSL color Cylindrical-coordinate representation of color #69E09A: hue angle of 144.71º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E09A is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB105224154-
CMYK0.5300.310.12
HSL144.71º65.75%64.51%-
HSV(B)144.71º53.12%87.84%-
XYZ38.3158.6539.87-
YUV180.44113.0874.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.74%
GREEN value IS 224 (87.89% from 255) = 46.38%
BLUE value IS 154 (60.55% from 255) = 31.88%
R=21.74%
G=46.38%
B=31.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241540.5300.310.12144.7165.7564.51
Hex69E09A3501FC914241
Octal1513402326503714221102101
Binary1101001111000001001101011010101111111001001000110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,224,154); }

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

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

 a { background-color: rgb(105,224,154); }

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

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

 span { border-color: rgb(105,224,154); }

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