#69F7AF

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

Shades of Medium Aquamarine #69F7AF

Tints of Medium Aquamarine #69F7AF

Color information

#69F7AF (or 0x69F7AF) is unknown color: approx Medium Aquamarine. HEX triplet: 69, F7 and AF. RGB value is (105,247,175). Sum of RGB (Red+Green+Blue) = 105+247+175=527 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.92% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 175 (68.75% from 255 or 33.21% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #69F7AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #69F7AF is #960850. Grayscale: #C4C4C4. Windows color (decimal): -9832529 or 11532137. OLE color: 11532137.

HSL color Cylindrical-coordinate representation of color #69F7AF: hue angle of 149.58º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69F7AF is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB105247175-
CMYK0.5700.290.03
HSL149.58º89.87%69.02%-
HSV(B)149.58º57.49%96.86%-
XYZ46.8272.6252.11-
YUV196.33115.9662.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 19.92%
GREEN value IS 247 (96.88% from 255) = 46.87%
BLUE value IS 175 (68.75% from 255) = 33.21%
R=19.92%
G=46.87%
B=33.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1052471750.5700.290.03149.5889.8769.02
Hex69F7AF3901D3965a45
Octal151367257710353226132105
Binary11010011111011110101111111001011101111001011010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69F7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,247,175); }

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

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

 a { background-color: rgb(105,247,175); }

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

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

 span { border-color: rgb(105,247,175); }

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