#6FFAC0

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

Shades of Aquamarine #6FFAC0

Tints of Aquamarine #6FFAC0

Color information

#6FFAC0 (or 0x6FFAC0) is unknown color: approx Aquamarine. HEX triplet: 6F, FA and C0. RGB value is (111,250,192). Sum of RGB (Red+Green+Blue) = 111+250+192=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAC0 is #90053F. Grayscale: #C9C9C9. Windows color (decimal): -9438528 or 12647023. OLE color: 12647023.

HSL color Cylindrical-coordinate representation of color #6FFAC0: hue angle of 154.96º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FFAC0 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB111250192-
CMYK0.5600.230.02
HSL154.96º93.29%70.78%-
HSV(B)154.96º55.6%98.04%-
XYZ50.2675.5661.8-
YUV201.83122.4563.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 20.07%
GREEN value IS 250 (98.05% from 255) = 45.21%
BLUE value IS 192 (75.39% from 255) = 34.72%
R=20.07%
G=45.21%
B=34.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112501920.5600.230.02154.9693.2970.78
Hex6FFAC03801729b5d47
Octal157372300700272233135107
Binary11011111111101011000000111000010111101001101110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,250,192); }

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

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

 a { background-color: rgb(111,250,192); }

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

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

 span { border-color: rgb(111,250,192); }

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