#6ACFB1

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

Shades of Medium Aquamarine #6ACFB1

Tints of Medium Aquamarine #6ACFB1

Color information

#6ACFB1 (or 0x6ACFB1) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CF and B1. RGB value is (106,207,177). Sum of RGB (Red+Green+Blue) = 106+207+177=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACFB1 is #95304E. Grayscale: #ADADAD. Windows color (decimal): -9777231 or 11652970. OLE color: 11652970.

HSL color Cylindrical-coordinate representation of color #6ACFB1: hue angle of 162.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACFB1 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB106207177-
CMYK0.4900.140.19
HSL162.18º51.27%61.37%-
HSV(B)162.18º48.79%81.18%-
XYZ36.1950.8649.51-
YUV173.38130.0479.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.63%
GREEN value IS 207 (81.25% from 255) = 42.24%
BLUE value IS 177 (69.53% from 255) = 36.12%
R=21.63%
G=42.24%
B=36.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1062071770.4900.140.19162.1851.2761.37
Hex6ACFB1310E13a2333d
Octal15231726161016232426375
Binary11010101100111110110001110001011101001110100010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,207,177); }

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

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

 a { background-color: rgb(106,207,177); }

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

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

 span { border-color: rgb(106,207,177); }

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