#6FCAA5

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

Shades of Medium Aquamarine #6FCAA5

Tints of Medium Aquamarine #6FCAA5

Color information

#6FCAA5 (or 0x6FCAA5) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CA and A5. RGB value is (111,202,165). Sum of RGB (Red+Green+Blue) = 111+202+165=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 165 (64.84% from 255 or 34.52% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAA5 is #90355A. Grayscale: #AAAAAA. Windows color (decimal): -9450843 or 10865263. OLE color: 10865263.

HSL color Cylindrical-coordinate representation of color #6FCAA5: hue angle of 155.6º 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 #6FCAA5 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB111202165-
CMYK0.4500.180.21
HSL155.6º46.19%61.37%-
HSV(B)155.6º45.05%79.22%-
XYZ34.4748.3443.11-
YUV170.57124.8585.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.22%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 165 (64.84% from 255) = 34.52%
R=23.22%
G=42.26%
B=34.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021650.4500.180.21155.646.1961.37
Hex6FCAA52D012159c2e3d
Octal15731224555022252345675
Binary110111111001010101001011011010100101010110011100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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