#6FCCA7

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

Shades of Medium Aquamarine #6FCCA7

Tints of Medium Aquamarine #6FCCA7

Color information

#6FCCA7 (or 0x6FCCA7) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CC and A7. RGB value is (111,204,167). Sum of RGB (Red+Green+Blue) = 111+204+167=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCA7 is #903358. Grayscale: #ACACAC. Windows color (decimal): -9450329 or 10996847. OLE color: 10996847.

HSL color Cylindrical-coordinate representation of color #6FCCA7: hue angle of 156.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCCA7 is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB111204167-
CMYK0.4600.180.2
HSL156.13º47.69%61.76%-
HSV(B)156.13º45.59%80%-
XYZ35.1249.3644.23-
YUV171.98125.1984.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 167 (65.62% from 255) = 34.65%
R=23.03%
G=42.32%
B=34.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1112041670.4600.180.2156.1347.6961.76
Hex6FCCA72E012149c303e
Octal15731424756022242346076
Binary110111111001100101001111011100100101010010011100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,204,167); }

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

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

 a { background-color: rgb(111,204,167); }

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

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

 span { border-color: rgb(111,204,167); }

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