#6FCAAA

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

Shades of Medium Aquamarine #6FCAAA

Tints of Medium Aquamarine #6FCAAA

Color information

#6FCAAA (or 0x6FCAAA) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CA and AA. RGB value is (111,202,170). Sum of RGB (Red+Green+Blue) = 111+202+170=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAAA is #903555. Grayscale: #ABABAB. Windows color (decimal): -9450838 or 11192943. OLE color: 11192943.

HSL color Cylindrical-coordinate representation of color #6FCAAA: hue angle of 158.9º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCAAA is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.

Color convert

RGB111202170-
CMYK0.4500.160.21
HSL158.9º46.19%61.37%-
HSV(B)158.9º45.05%79.22%-
XYZ34.9348.5245.55-
YUV171.14127.3585.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.98%
GREEN value IS 202 (79.30% from 255) = 41.82%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=22.98%
G=41.82%
B=35.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021700.4500.160.21158.946.1961.37
Hex6FCAAA2D010159f2e3d
Octal15731225255020252375675
Binary110111111001010101010101011010100001010110011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,202,170); }

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

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

 a { background-color: rgb(111,202,170); }

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

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

 span { border-color: rgb(111,202,170); }

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