Html Css Color HEX #60ABA7 Tradewind

📋 copy color: '#60ABA7'

red 96 ◦ green 171 ◦ blue 167

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

Shades of Tradewind #60ABA7

Tints of Tradewind #60ABA7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.4%

 BLUE value IS 167 (65.63% from 255) = 38.48%

R = 22.12%
G = 39.4%
B = 38.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#60ABA7 (or 0x60ABA7) is known color: Tradewind. HEX triplet: 60, AB and A7. RGB value is (96,171,167). Sum of RGB (Red+Green+Blue) = 96+171+167=434 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.12% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 171 - color contains mainly: green. Hex color #60ABA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60ABA7 is #9F5458. Grayscale: #949494. Windows color (decimal): -10441817 or 10988384. OLE color: 10988384.

HSL color Cylindrical-coordinate representation of color #60ABA7: hue angle of 176.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60ABA7 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 171 167 -
CMYK 0.44 0 0.02 0.33
HSL 176.8º 0.31% 0.52% -
HSV(B) 176.8º 0.44% 0.67% -
XYZ 26.36 34.4 41.81 -
YUV 148.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 96 171 167 0.44 0 0.02 0.33 176.8 0.31 0.52
Hex 60 AB A7 2C 0 2 21 B1 1F 34
Octal 140 253 247 54 0 2 41 261 37 64
Binary 1100000 10101011 10100111 101100 0 10 100001 10110001 11111 110100

Color Harmonies of #60ABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ABA7

Black with #60ABA7

Text Example


Text Example

White with #60ABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,171,167); }

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

background-color css

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

 a { background-color: rgb(96,171,167); }

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

border-color css

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

 span { border-color: rgb(96,171,167); }

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