#6FCCA3

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

Shades of Medium Aquamarine #6FCCA3

Tints of Medium Aquamarine #6FCCA3

Color information

#6FCCA3 (or 0x6FCCA3) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CC and A3. RGB value is (111,204,163). Sum of RGB (Red+Green+Blue) = 111+204+163=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 204 (80.08% from 255 or 42.68% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCCA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCCA3 is #90335C. Grayscale: #ABABAB. Windows color (decimal): -9450333 or 10734703. OLE color: 10734703.

HSL color Cylindrical-coordinate representation of color #6FCCA3: hue angle of 153.55º 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 #6FCCA3 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB111204163-
CMYK0.4600.200.2
HSL153.55º47.69%61.76%-
HSV(B)153.55º45.59%80%-
XYZ34.7649.2142.32-
YUV171.52123.1984.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.22%
GREEN value IS 204 (80.08% from 255) = 42.68%
BLUE value IS 163 (64.06% from 255) = 34.10%
R=23.22%
G=42.68%
B=34.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1112041630.4600.200.2153.5547.6961.76
Hex6FCCA32E014149a303e
Octal15731424356024242326076
Binary110111111001100101000111011100101001010010011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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