#69eeae

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

Shades of Medium Aquamarine #69EEAE

Tints of Medium Aquamarine #69EEAE

Color information

#69EEAE (or 0x69EEAE) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EE and AE. RGB value is (105,238,174). Sum of RGB (Red+Green+Blue) = 105+238+174=517 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.31% from 517); Green value is 238 (93.36% from 255 or 46.03% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 238 - color contains mainly: green. Hex color #69EEAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EEAE is #961151. Grayscale: #BFBFBF. Windows color (decimal): -9834834 or 11464297. OLE color: 11464297.

HSL color Cylindrical-coordinate representation of color #69EEAE: hue angle of 151.13º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EEAE is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB105238174-
CMYK0.5600.270.07
HSL151.13º79.64%67.25%-
HSV(B)151.13º55.88%93.33%-
XYZ44.0467.2150.7-
YUV190.94118.4466.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.31%
GREEN value IS 238 (93.36% from 255) = 46.03%
BLUE value IS 174 (68.36% from 255) = 33.66%
R=20.31%
G=46.03%
B=33.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1052381740.5600.270.07151.1379.6467.25
Hex69EEAE3801B7975043
Octal151356256700337227120103
Binary110100111101110101011101110000110111111001011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69eeae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,238,174); }

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

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

 a { background-color: rgb(105,238,174); }

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

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

 span { border-color: rgb(105,238,174); }

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