#6ABBB0

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

Shades of Tradewind #6ABBB0

Tints of Tradewind #6ABBB0

Color information

#6ABBB0 (or 0x6ABBB0) is unknown color: approx Tradewind. HEX triplet: 6A, BB and B0. RGB value is (106,187,176). Sum of RGB (Red+Green+Blue) = 106+187+176=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBB0 is #95444F. Grayscale: #A1A1A1. Windows color (decimal): -9782352 or 11582314. OLE color: 11582314.

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

Color convert

RGB106187176-
CMYK0.4300.060.27
HSL171.85º37.33%57.45%-
HSV(B)171.85º43.32%73.33%-
XYZ31.5541.7447.47-
YUV161.53136.1688.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.60%
GREEN value IS 187 (73.44% from 255) = 39.87%
BLUE value IS 176 (69.14% from 255) = 37.53%
R=22.60%
G=39.87%
B=37.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061871760.4300.060.27171.8537.3357.45
Hex6ABBB02B061Bac2539
Octal1522732605306332544571
Binary1101010101110111011000010101101101101110101100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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