#6ABBB1

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

Shades of Tradewind #6ABBB1

Tints of Tradewind #6ABBB1

Color information

#6ABBB1 (or 0x6ABBB1) is unknown color: approx Tradewind. HEX triplet: 6A, BB and B1. RGB value is (106,187,177). Sum of RGB (Red+Green+Blue) = 106+187+177=470 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.55% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBB1 is #95444E. Grayscale: #A1A1A1. Windows color (decimal): -9782351 or 11647850. OLE color: 11647850.

HSL color Cylindrical-coordinate representation of color #6ABBB1: hue angle of 172.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6ABBB1 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB106187177-
CMYK0.4300.050.27
HSL172.59º37.33%57.45%-
HSV(B)172.59º43.32%73.33%-
XYZ31.6541.7847.99-
YUV161.64136.6688.31-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.55%
GREEN value IS 187 (73.44% from 255) = 39.79%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=22.55%
G=39.79%
B=37.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061871770.4300.050.27172.5937.3357.45
Hex6ABBB12B051Bad2539
Octal1522732615305332554571
Binary1101010101110111011000110101101011101110101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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