#6ACBAF

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

Shades of Medium Aquamarine #6ACBAF

Tints of Medium Aquamarine #6ACBAF

Color information

#6ACBAF (or 0x6ACBAF) is unknown color: approx Medium Aquamarine. HEX triplet: 6A, CB and AF. RGB value is (106,203,175). Sum of RGB (Red+Green+Blue) = 106+203+175=484 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.90% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #6ACBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACBAF is #953450. Grayscale: #AAAAAA. Windows color (decimal): -9778257 or 11520874. OLE color: 11520874.

HSL color Cylindrical-coordinate representation of color #6ACBAF: hue angle of 162.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACBAF is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB106203175-
CMYK0.4800.140.20
HSL162.68º48.26%60.59%-
HSV(B)162.68º47.78%79.61%-
XYZ35.0448.8748.14-
YUV170.8130.3681.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 21.90%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 175 (68.75% from 255) = 36.16%
R=21.90%
G=41.94%
B=36.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1062031750.4800.140.20162.6848.2660.59
Hex6ACBAF300E14a3303d
Octal15231325760016242436075
Binary11010101100101110101111110000011101010010100011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ACBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,203,175); }

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

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

 a { background-color: rgb(106,203,175); }

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

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

 span { border-color: rgb(106,203,175); }

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