#69F1A7

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

Shades of Medium Aquamarine #69F1A7

Tints of Medium Aquamarine #69F1A7

Color information

#69F1A7 (or 0x69F1A7) is unknown color: approx Medium Aquamarine. HEX triplet: 69, F1 and A7. RGB value is (105,241,167). Sum of RGB (Red+Green+Blue) = 105+241+167=513 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.47% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 167 (65.62% from 255 or 32.55% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #69F1A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F1A7 is #960E58. Grayscale: #C0C0C0. Windows color (decimal): -9834073 or 11006313. OLE color: 11006313.

HSL color Cylindrical-coordinate representation of color #69F1A7: hue angle of 147.35º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69F1A7 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB105241167-
CMYK0.5600.310.05
HSL147.35º82.93%67.84%-
HSV(B)147.35º56.43%94.51%-
XYZ44.2668.747.49-
YUV191.9113.9466.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 20.47%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 167 (65.62% from 255) = 32.55%
R=20.47%
G=46.98%
B=32.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1052411670.5600.310.05147.3582.9367.84
Hex69F1A73801F5935344
Octal151361247700375223123104
Binary110100111110001101001111110000111111011001001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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