#69E1A5

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

Shades of Medium Aquamarine #69E1A5

Tints of Medium Aquamarine #69E1A5

Color information

#69E1A5 (or 0x69E1A5) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E1 and A5. RGB value is (105,225,165). Sum of RGB (Red+Green+Blue) = 105+225+165=495 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.21% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #69E1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E1A5 is #961E5A. Grayscale: #B6B6B6. Windows color (decimal): -9838171 or 10871145. OLE color: 10871145.

HSL color Cylindrical-coordinate representation of color #69E1A5: hue angle of 150º degrees, saturation: 0.67, 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 #69E1A5 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB105225165-
CMYK0.5300.270.12
HSL150º66.67%64.71%-
HSV(B)150º53.33%88.24%-
XYZ39.5459.5745.01-
YUV182.28118.2472.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.21%
GREEN value IS 225 (88.28% from 255) = 45.45%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=21.21%
G=45.45%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052251650.5300.270.1215066.6764.71
Hex69E1A53501BC964341
Octal1513412456503314226103101
Binary1101001111000011010010111010101101111001001011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,225,165); }

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

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

 a { background-color: rgb(105,225,165); }

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

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

 span { border-color: rgb(105,225,165); }

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