#6BCAB1

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

Shades of Medium Aquamarine #6BCAB1

Tints of Medium Aquamarine #6BCAB1

Color information

#6BCAB1 (or 0x6BCAB1) is unknown color: approx Medium Aquamarine. HEX triplet: 6B, CA and B1. RGB value is (107,202,177). Sum of RGB (Red+Green+Blue) = 107+202+177=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 202 (79.30% from 255 or 41.56% from 486); Blue value is 177 (69.53% from 255 or 36.42% from 486); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCAB1 is #94354E. Grayscale: #AAAAAA. Windows color (decimal): -9712975 or 11651691. OLE color: 11651691.

HSL color Cylindrical-coordinate representation of color #6BCAB1: hue angle of 164.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCAB1 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB107202177-
CMYK0.4700.120.21
HSL164.21º47.26%60.59%-
HSV(B)164.21º47.03%79.22%-
XYZ35.1248.5449.11-
YUV170.74131.5382.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 22.02%
GREEN value IS 202 (79.30% from 255) = 41.56%
BLUE value IS 177 (69.53% from 255) = 36.42%
R=22.02%
G=41.56%
B=36.42%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1072021770.4700.120.21164.2147.2660.59
Hex6BCAB12F0C15a42f3d
Octal15331226157014252445775
Binary11010111100101010110001101111011001010110100100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BCAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,202,177); }

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

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

 a { background-color: rgb(107,202,177); }

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

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

 span { border-color: rgb(107,202,177); }

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