#6FFFBF

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

Shades of Aquamarine #6FFFBF

Tints of Aquamarine #6FFFBF

Color information

#6FFFBF (or 0x6FFFBF) is unknown color: approx Aquamarine. HEX triplet: 6F, FF and BF. RGB value is (111,255,191). Sum of RGB (Red+Green+Blue) = 111+255+191=557 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.93% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #6FFFBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FFFBF is #900040. Grayscale: #CCCCCC. Windows color (decimal): -9437249 or 12582767. OLE color: 12582767.

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

Color convert

RGB111255191-
CMYK0.5600.250
HSL153.33º100%71.76%-
HSV(B)153.33º56.47%100%-
XYZ51.7278.6661.75-
YUV204.65120.2961.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 19.93%
GREEN value IS 255 (100% from 255) = 45.78%
BLUE value IS 191 (75% from 255) = 34.29%
R=19.93%
G=45.78%
B=34.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1112551910.5600.250153.3310071.76
Hex6FFFBF380190996448
Octal157377277700310231144110
Binary1101111111111111011111111100001100101001100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FFFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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