Html Css Color HEX #60B5AD Tradewind

📋 copy color: '#60B5AD'

red 96 ◦ green 181 ◦ blue 173

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

Shades of Tradewind #60B5AD

Tints of Tradewind #60B5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

 BLUE value IS 173 (67.97% from 255) = 38.44%

R = 21.33%
G = 40.22%
B = 38.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#60B5AD (or 0x60B5AD) is known color: Tradewind. HEX triplet: 60, B5 and AD. RGB value is (96,181,173). Sum of RGB (Red+Green+Blue) = 96+181+173=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #60B5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B5AD is #9F4A52. Grayscale: #9A9A9A. Windows color (decimal): -10439251 or 11384160. OLE color: 11384160.

HSL color Cylindrical-coordinate representation of color #60B5AD: hue angle of 174.35º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B5AD is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 181 173 -
CMYK 0.47 0 0.04 0.29
HSL 174.35º 0.36% 0.54% -
HSV(B) 174.35º 0.47% 0.71% -
XYZ 28.89 38.55 45.45 -
YUV 154.67 138.34 86.15 -
System Red Green Blue C M Y K H S L
Decimal 96 181 173 0.47 0 0.04 0.29 174.35 0.36 0.54
Hex 60 B5 AD 2F 0 4 1D AE 24 36
Octal 140 265 255 57 0 4 35 256 44 66
Binary 1100000 10110101 10101101 101111 0 100 11101 10101110 100100 110110

Color Harmonies of #60B5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5AD

Black with #60B5AD

Text Example


Text Example

White with #60B5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,181,173); }

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

background-color css

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

 a { background-color: rgb(96,181,173); }

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

border-color css

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

 span { border-color: rgb(96,181,173); }

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