#6FFFAF

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

Shades of Aquamarine #6FFFAF

Tints of Aquamarine #6FFFAF

Color information

#6FFFAF (or 0x6FFFAF) is unknown color: approx Aquamarine. HEX triplet: 6F, FF and AF. RGB value is (111,255,175). Sum of RGB (Red+Green+Blue) = 111+255+175=541 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.52% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6FFFAF is #900050. Grayscale: #CBCBCB. Windows color (decimal): -9437265 or 11534191. OLE color: 11534191.

HSL color Cylindrical-coordinate representation of color #6FFFAF: hue angle of 146.67º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFFAF is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB111255175-
CMYK0.5600.310
HSL146.67º100%71.76%-
HSV(B)146.67º56.47%100%-
XYZ50.0577.9952.97-
YUV202.82112.2962.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.52%
GREEN value IS 255 (100% from 255) = 47.13%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=20.52%
G=47.13%
B=32.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1112551750.5600.310146.6710071.76
Hex6FFFAF3801F0936448
Octal157377257700370223144110
Binary1101111111111111010111111100001111101001001111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6FFFAF; }

 p { color: rgb(111,255,175); }

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

<style>
 a { background-color: #6FFFAF; }

 a { background-color: rgb(111,255,175); }

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

<style>
 span { border-color: #6FFFAF; }

 span { border-color: rgb(111,255,175); }

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