#6FFAC3

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

Shades of Aquamarine #6FFAC3

Tints of Aquamarine #6FFAC3

Color information

#6FFAC3 (or 0x6FFAC3) is unknown color: approx Aquamarine. HEX triplet: 6F, FA and C3. RGB value is (111,250,195). Sum of RGB (Red+Green+Blue) = 111+250+195=556 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.96% from 556); Green value is 250 (98.05% from 255 or 44.96% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 250 - color contains mainly: green. Hex color #6FFAC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFAC3 is #90053C. Grayscale: #CACACA. Windows color (decimal): -9438525 or 12843631. OLE color: 12843631.

HSL color Cylindrical-coordinate representation of color #6FFAC3: hue angle of 156.26º 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 #6FFAC3 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB111250195-
CMYK0.5600.220.02
HSL156.26º93.29%70.78%-
HSV(B)156.26º55.6%98.04%-
XYZ50.5975.6963.57-
YUV202.17123.9562.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.96%
GREEN value IS 250 (98.05% from 255) = 44.96%
BLUE value IS 195 (76.56% from 255) = 35.07%
R=19.96%
G=44.96%
B=35.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1112501950.5600.220.02156.2693.2970.78
Hex6FFAC33801629c5d47
Octal157372303700262234135107
Binary11011111111101011000011111000010110101001110010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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