#6AB5AC

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

Shades of Tradewind #6AB5AC

Tints of Tradewind #6AB5AC

Color information

#6AB5AC (or 0x6AB5AC) is unknown color: approx Tradewind. HEX triplet: 6A, B5 and AC. RGB value is (106,181,172). Sum of RGB (Red+Green+Blue) = 106+181+172=459 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.09% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 181 - color contains mainly: green. Hex color #6AB5AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AB5AC is #954A53. Grayscale: #9D9D9D. Windows color (decimal): -9783892 or 11318634. OLE color: 11318634.

HSL color Cylindrical-coordinate representation of color #6AB5AC: hue angle of 172.8º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6AB5AC is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB106181172-
CMYK0.4100.050.29
HSL172.8º33.63%56.27%-
HSV(B)172.8º41.44%70.98%-
XYZ29.9139.0945-
YUV157.55136.1591.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.09%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=23.09%
G=39.43%
B=37.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1061811720.4100.050.29172.833.6356.27
Hex6AB5AC29051Dad2238
Octal1522652545105352554270
Binary1101010101101011010110010100101011110110101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,181,172); }

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

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

 a { background-color: rgb(106,181,172); }

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

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

 span { border-color: rgb(106,181,172); }

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