Html Css Color HEX #60AEA2 Tradewind

📋 copy color: '#60AEA2'

red 96 ◦ green 174 ◦ blue 162

#60AEA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #60AEA2

Tints of Tradewind #60AEA2

RGB

 RED value IS 96 (37.89% from 255) = 22.22%

 GREEN value IS 174 (68.36% from 255) = 40.28%

 BLUE value IS 162 (63.67% from 255) = 37.5%

R = 22.22%
G = 40.28%
B = 37.5%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#60AEA2 (or 0x60AEA2) is known color: Tradewind. HEX triplet: 60, AE and A2. RGB value is (96,174,162). Sum of RGB (Red+Green+Blue) = 96+174+162=432 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.22% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 174 - color contains mainly: green. Hex color #60AEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AEA2 is #9F515D. Grayscale: #959595. Windows color (decimal): -10441054 or 10661472. OLE color: 10661472.

HSL color Cylindrical-coordinate representation of color #60AEA2: hue angle of 170.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AEA2 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 174 162 -
CMYK 0.45 0 0.07 0.32
HSL 170.77º 0.33% 0.53% -
HSV(B) 170.77º 0.45% 0.68% -
XYZ 26.48 35.37 39.61 -
YUV 149.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 96 174 162 0.45 0 0.07 0.32 170.77 0.33 0.53
Hex 60 AE A2 2D 0 7 20 AB 20 35
Octal 140 256 242 55 0 7 40 253 40 65
Binary 1100000 10101110 10100010 101101 0 111 100000 10101011 100000 110101

Color Harmonies of #60AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AEA2

Black with #60AEA2

Text Example


Text Example

White with #60AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60AEA2; }

 p { color: rgb(96,174,162); }

 H1.HeaderClassName
 {
   color: #60AEA2;
 }
 .AnyTagClassName
 {
   color: #60AEA2;
 }
</style>

background-color css

<style>
 a { background-color: #60AEA2; }

 a { background-color: rgb(96,174,162); }

 div.DivClassName
 {
   background-color: #60AEA2;
 }
 .BgClassName
 {
   background-color: #60AEA2;
 }
</style>

border-color css

<style>
 span { border-color: #60AEA2; }

 span { border-color: rgb(96,174,162); }

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