#69EA9E

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

Shades of Medium Aquamarine #69EA9E

Tints of Medium Aquamarine #69EA9E

Color information

#69EA9E (or 0x69EA9E) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EA and 9E. RGB value is (105,234,158). Sum of RGB (Red+Green+Blue) = 105+234+158=497 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.13% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #69EA9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EA9E is #961561. Grayscale: #BABABA. Windows color (decimal): -9835874 or 10414697. OLE color: 10414697.

HSL color Cylindrical-coordinate representation of color #69EA9E: hue angle of 144.65º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EA9E is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB105234158-
CMYK0.5500.320.08
HSL144.65º75.44%66.47%-
HSV(B)144.65º55.13%91.76%-
XYZ41.4264.3242.58-
YUV186.76111.7669.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.13%
GREEN value IS 234 (91.80% from 255) = 47.08%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=21.13%
G=47.08%
B=31.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1052341580.5500.320.08144.6575.4466.47
Hex69EA9E370208914b42
Octal1513522366704010221113102
Binary11010011110101010011110110111010000010001001000110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,234,158); }

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

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

 a { background-color: rgb(105,234,158); }

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

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

 span { border-color: rgb(105,234,158); }

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