#62ACA1

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

Shades of Tradewind #62ACA1

Tints of Tradewind #62ACA1

Color information

#62ACA1 (or 0x62ACA1) is unknown color: approx Tradewind. HEX triplet: 62, AC and A1. RGB value is (98,172,161). Sum of RGB (Red+Green+Blue) = 98+172+161=431 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.74% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 172 - color contains mainly: green. Hex color #62ACA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62ACA1 is #9D535E. Grayscale: #949494. Windows color (decimal): -10310495 or 10595426. OLE color: 10595426.

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

Color convert

RGB98172161-
CMYK0.4300.060.33
HSL171.08º30.83%52.94%-
HSV(B)171.08º43.02%67.45%-
XYZ26.2234.6739.03-
YUV148.62134.9891.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.74%
GREEN value IS 172 (67.58% from 255) = 39.91%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=22.74%
G=39.91%
B=37.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal981721610.4300.060.33171.0830.8352.94
Hex62ACA12B0621ab1f35
Octal1422542415306412533765
Binary1100010101011001010000110101101101000011010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62ACA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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