#69EFA7

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

Shades of Medium Aquamarine #69EFA7

Tints of Medium Aquamarine #69EFA7

Color information

#69EFA7 (or 0x69EFA7) is unknown color: approx Medium Aquamarine. HEX triplet: 69, EF and A7. RGB value is (105,239,167). Sum of RGB (Red+Green+Blue) = 105+239+167=511 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.55% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 167 (65.62% from 255 or 32.68% from 511); Max value from RGB is 239 - color contains mainly: green. Hex color #69EFA7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69EFA7 is #961058. Grayscale: #BEBEBE. Windows color (decimal): -9834585 or 11005801. OLE color: 11005801.

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

Color convert

RGB105239167-
CMYK0.5600.300.06
HSL147.76º80.72%67.45%-
HSV(B)147.76º56.07%93.73%-
XYZ43.6767.5347.29-
YUV190.73114.6166.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.55%
GREEN value IS 239 (93.75% from 255) = 46.77%
BLUE value IS 167 (65.62% from 255) = 32.68%
R=20.55%
G=46.77%
B=32.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1052391670.5600.300.06147.7680.7267.45
Hex69EFA73801E6945143
Octal151357247700366224121103
Binary110100111101111101001111110000111101101001010010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69EFA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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