#6FCF9F

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

Shades of Medium Aquamarine #6FCF9F

Tints of Medium Aquamarine #6FCF9F

Color information

#6FCF9F (or 0x6FCF9F) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CF and 9F. RGB value is (111,207,159). Sum of RGB (Red+Green+Blue) = 111+207+159=477 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.27% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 159 (62.5% from 255 or 33.33% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCF9F is #903060. Grayscale: #ACACAC. Windows color (decimal): -9449569 or 10473327. OLE color: 10473327.

HSL color Cylindrical-coordinate representation of color #6FCF9F: hue angle of 150º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCF9F is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB111207159-
CMYK0.4600.230.19
HSL150º50%62.35%-
HSV(B)150º46.38%81.18%-
XYZ35.1350.5140.7-
YUV172.82120.283.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.27%
GREEN value IS 207 (81.25% from 255) = 43.40%
BLUE value IS 159 (62.5% from 255) = 33.33%
R=23.27%
G=43.40%
B=33.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1112071590.4600.230.191505062.35
Hex6FCF9F2E0171396323e
Octal15731723756027232266276
Binary110111111001111100111111011100101111001110010110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,207,159); }

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

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

 a { background-color: rgb(111,207,159); }

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

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

 span { border-color: rgb(111,207,159); }

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