#5CABA2

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

Shades of Tradewind #5CABA2

Tints of Tradewind #5CABA2

Color information

#5CABA2 (or 0x5CABA2) is unknown color: approx Tradewind. HEX triplet: 5C, AB and A2. RGB value is (92,171,162). Sum of RGB (Red+Green+Blue) = 92+171+162=425 (56% of max value = 765). Red value is 92 (36.33% from 255 or 21.65% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #5CABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CABA2 is #A3545D. Grayscale: #929292. Windows color (decimal): -10703966 or 10660700. OLE color: 10660700.

HSL color Cylindrical-coordinate representation of color #5CABA2: hue angle of 173.16º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5CABA2 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB92171162-
CMYK0.4600.050.33
HSL173.16º31.98%51.57%-
HSV(B)173.16º46.2%67.06%-
XYZ25.534.0139.4-
YUV146.35136.8389.23-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 21.65%
GREEN value IS 171 (67.19% from 255) = 40.24%
BLUE value IS 162 (63.67% from 255) = 38.12%
R=21.65%
G=40.24%
B=38.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal921711620.4600.050.33173.1631.9851.57
Hex5CABA22E0521ad2034
Octal1342532425605412554064
Binary10111001010101110100010101110010110000110101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CABA2; }

 p { color: rgb(92,171,162); }

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

<style>
 a { background-color: #5CABA2; }

 a { background-color: rgb(92,171,162); }

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

<style>
 span { border-color: #5CABA2; }

 span { border-color: rgb(92,171,162); }

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