#6ABBB2

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

Shades of Tradewind #6ABBB2

Tints of Tradewind #6ABBB2

Color information

#6ABBB2 (or 0x6ABBB2) is unknown color: approx Tradewind. HEX triplet: 6A, BB and B2. RGB value is (106,187,178). Sum of RGB (Red+Green+Blue) = 106+187+178=471 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.51% from 471); Green value is 187 (73.44% from 255 or 39.70% from 471); Blue value is 178 (69.92% from 255 or 37.79% from 471); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBB2 is #95444D. Grayscale: #A1A1A1. Windows color (decimal): -9782350 or 11713386. OLE color: 11713386.

HSL color Cylindrical-coordinate representation of color #6ABBB2: hue angle of 173.33º 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 #6ABBB2 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB106187178-
CMYK0.4300.050.27
HSL173.33º37.33%57.45%-
HSV(B)173.33º43.32%73.33%-
XYZ31.7541.8248.52-
YUV161.76137.1688.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.51%
GREEN value IS 187 (73.44% from 255) = 39.70%
BLUE value IS 178 (69.92% from 255) = 37.79%
R=22.51%
G=39.70%
B=37.79%

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
Decimal1061871780.4300.050.27173.3337.3357.45
Hex6ABBB22B051Bad2539
Octal1522732625305332554571
Binary1101010101110111011001010101101011101110101101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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