#6BCCAB

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

Shades of Medium Aquamarine #6BCCAB

Tints of Medium Aquamarine #6BCCAB

Color information

#6BCCAB (or 0x6BCCAB) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CC and AB. RGB value is (107,204,171). Sum of RGB (Red+Green+Blue) = 107+204+171=482 (63% of max value = 765). Red value is 107 (42.19% from 255 or 22.20% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #6BCCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCCAB is #943354. Grayscale: #ABABAB. Windows color (decimal): -9712469 or 11258987. OLE color: 11258987.

HSL color Cylindrical-coordinate representation of color #6BCCAB: hue angle of 159.59º degrees, saturation: 0.49, 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 #6BCCAB is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB107204171-
CMYK0.4800.160.2
HSL159.59º48.74%60.98%-
HSV(B)159.59º47.55%80%-
XYZ35.0149.2546.19-
YUV171.24127.8682.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.20%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=22.20%
G=42.32%
B=35.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1072041710.4800.160.2159.5948.7460.98
Hex6BCCAB3001014a0313d
Octal15331425360020242406175
Binary110101111001100101010111100000100001010010100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,204,171); }

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

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

 a { background-color: rgb(107,204,171); }

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

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

 span { border-color: rgb(107,204,171); }

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