#69E09D

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

Shades of Medium Aquamarine #69E09D

Tints of Medium Aquamarine #69E09D

Color information

#69E09D (or 0x69E09D) is unknown color: approx Medium Aquamarine. HEX triplet: 69, E0 and 9D. RGB value is (105,224,157). Sum of RGB (Red+Green+Blue) = 105+224+157=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #69E09D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E09D is #961F62. Grayscale: #B4B4B4. Windows color (decimal): -9838435 or 10346601. OLE color: 10346601.

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

Color convert

RGB105224157-
CMYK0.5300.300.12
HSL146.22º65.75%64.51%-
HSV(B)146.22º53.12%87.84%-
XYZ38.5758.7541.21-
YUV180.78114.5873.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 21.60%
GREEN value IS 224 (87.89% from 255) = 46.09%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=21.60%
G=46.09%
B=32.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1052241570.5300.300.12146.2265.7564.51
Hex69E09D3501EC924241
Octal1513402356503614222102101
Binary1101001111000001001110111010101111011001001001010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69E09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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