#62ACA4

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

Shades of Tradewind #62ACA4

Tints of Tradewind #62ACA4

Color information

#62ACA4 (or 0x62ACA4) is unknown color: approx Tradewind. HEX triplet: 62, AC and A4. RGB value is (98,172,164). Sum of RGB (Red+Green+Blue) = 98+172+164=434 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.58% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 172 - color contains mainly: green. Hex color #62ACA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62ACA4 is #9D535B. Grayscale: #949494. Windows color (decimal): -10310492 or 10792034. OLE color: 10792034.

HSL color Cylindrical-coordinate representation of color #62ACA4: hue angle of 173.51º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62ACA4 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB98172164-
CMYK0.4300.050.33
HSL173.51º30.83%52.94%-
HSV(B)173.51º43.02%67.45%-
XYZ26.4934.7840.44-
YUV148.96136.4891.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.58%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 164 (64.45% from 255) = 37.79%
R=22.58%
G=39.63%
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.33
SystemRedGreenBlueCMYKHSL
Decimal981721640.4300.050.33173.5130.8352.94
Hex62ACA42B0521ae1f35
Octal1422542445305412563765
Binary1100010101011001010010010101101011000011010111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62ACA4; }

 p { color: rgb(98,172,164); }

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

<style>
 a { background-color: #62ACA4; }

 a { background-color: rgb(98,172,164); }

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

<style>
 span { border-color: #62ACA4; }

 span { border-color: rgb(98,172,164); }

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