#6FCAAB

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

Shades of Medium Aquamarine #6FCAAB

Tints of Medium Aquamarine #6FCAAB

Color information

#6FCAAB (or 0x6FCAAB) is unknown color: approx Medium Aquamarine. HEX triplet: 6F, CA and AB. RGB value is (111,202,171). Sum of RGB (Red+Green+Blue) = 111+202+171=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCAAB is #903554. Grayscale: #ABABAB. Windows color (decimal): -9450837 or 11258479. OLE color: 11258479.

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

Color convert

RGB111202171-
CMYK0.4500.150.21
HSL159.56º46.19%61.37%-
HSV(B)159.56º45.05%79.22%-
XYZ35.0348.5646.06-
YUV171.26127.8585.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.93%
GREEN value IS 202 (79.30% from 255) = 41.74%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=22.93%
G=41.74%
B=35.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1112021710.4500.150.21159.5646.1961.37
Hex6FCAAB2D0F15a02e3d
Octal15731225355017252405675
Binary11011111100101010101011101101011111010110100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FCAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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