Html Css Color HEX #60AEA5 Tradewind

📋 copy color: '#60AEA5'

red 96 ◦ green 174 ◦ blue 165

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

Shades of Tradewind #60AEA5

Tints of Tradewind #60AEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.93%

R = 22.07%
G = 40%
B = 37.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#60AEA5 (or 0x60AEA5) is known color: Tradewind. HEX triplet: 60, AE and A5. RGB value is (96,174,165). Sum of RGB (Red+Green+Blue) = 96+174+165=435 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.07% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #60AEA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AEA5 is #9F515A. Grayscale: #959595. Windows color (decimal): -10441051 or 10858080. OLE color: 10858080.

HSL color Cylindrical-coordinate representation of color #60AEA5: hue angle of 173.08º 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 #60AEA5 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 174 165 -
CMYK 0.45 0 0.05 0.32
HSL 173.08º 0.33% 0.53% -
HSV(B) 173.08º 0.45% 0.68% -
XYZ 26.75 35.48 41.03 -
YUV 149.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 96 174 165 0.45 0 0.05 0.32 173.08 0.33 0.53
Hex 60 AE A5 2D 0 5 20 AD 20 35
Octal 140 256 245 55 0 5 40 255 40 65
Binary 1100000 10101110 10100101 101101 0 101 100000 10101101 100000 110101

Color Harmonies of #60AEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AEA5

Black with #60AEA5

Text Example


Text Example

White with #60AEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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