Html Css Color HEX #60AEA8 Tradewind

📋 copy color: '#60AEA8'

red 96 ◦ green 174 ◦ blue 168

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

Shades of Tradewind #60AEA8

Tints of Tradewind #60AEA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 21.92%
G = 39.73%
B = 38.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#60AEA8 (or 0x60AEA8) is known color: Tradewind. HEX triplet: 60, AE and A8. RGB value is (96,174,168). Sum of RGB (Red+Green+Blue) = 96+174+168=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 174 - color contains mainly: green. Hex color #60AEA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AEA8 is #9F5157. Grayscale: #959595. Windows color (decimal): -10441048 or 11054688. OLE color: 11054688.

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

Color convert

RGB 96 174 168 -
CMYK 0.45 0 0.03 0.32
HSL 175.38º 0.33% 0.53% -
HSV(B) 175.38º 0.45% 0.68% -
XYZ 27.03 35.59 42.49 -
YUV 149.99 138.16 89.49 -
System Red Green Blue C M Y K H S L
Decimal 96 174 168 0.45 0 0.03 0.32 175.38 0.33 0.53
Hex 60 AE A8 2D 0 3 20 AF 20 35
Octal 140 256 250 55 0 3 40 257 40 65
Binary 1100000 10101110 10101000 101101 0 11 100000 10101111 100000 110101

Color Harmonies of #60AEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AEA8

Black with #60AEA8

Text Example


Text Example

White with #60AEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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