#69EFA1

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

Shades of Medium Aquamarine #69EFA1

Tints of Medium Aquamarine #69EFA1

Color information

#69EFA1 (or 0x69EFA1) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EF and A1. RGB value is (105,239,161). Sum of RGB (Red+Green+Blue) = 105+239+161=505 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.79% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #69EFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EFA1 is #96105E. Grayscale: #BEBEBE. Windows color (decimal): -9834591 or 10612585. OLE color: 10612585.

HSL color Cylindrical-coordinate representation of color #69EFA1: hue angle of 145.07º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EFA1 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB105239161-
CMYK0.5600.330.06
HSL145.07º80.72%67.45%-
HSV(B)145.07º56.07%93.73%-
XYZ43.1367.3144.44-
YUV190.04111.6167.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.79%
GREEN value IS 239 (93.75% from 255) = 47.33%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=20.79%
G=47.33%
B=31.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052391610.5600.330.06145.0780.7267.45
Hex69EFA1380216915143
Octal151357241700416221121103
Binary1101001111011111010000111100001000011101001000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,239,161); }

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

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

 a { background-color: rgb(105,239,161); }

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

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

 span { border-color: rgb(105,239,161); }

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