#69E4AD

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

Shades of Medium Aquamarine #69E4AD

Tints of Medium Aquamarine #69E4AD

Color information

#69E4AD (or 0x69E4AD) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E4 and AD. RGB value is (105,228,173). Sum of RGB (Red+Green+Blue) = 105+228+173=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #69E4AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E4AD is #961B52. Grayscale: #B9B9B9. Windows color (decimal): -9837395 or 11396201. OLE color: 11396201.

HSL color Cylindrical-coordinate representation of color #69E4AD: hue angle of 153.17º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E4AD is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB105228173-
CMYK0.5400.240.11
HSL153.17º69.49%65.29%-
HSV(B)153.17º53.95%89.41%-
XYZ41.1161.5149.24-
YUV184.95121.2570.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.75%
GREEN value IS 228 (89.45% from 255) = 45.06%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=20.75%
G=45.06%
B=34.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1052281730.5400.240.11153.1769.4965.29
Hex69E4AD36018B994541
Octal1513442556603013231105101
Binary1101001111001001010110111011001100010111001100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,228,173); }

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

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

 a { background-color: rgb(105,228,173); }

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

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

 span { border-color: rgb(105,228,173); }

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