Html Css Color HEX #60B3AB Tradewind

📋 copy color: '#60B3AB'

red 96 ◦ green 179 ◦ blue 171

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

Shades of Tradewind #60B3AB

Tints of Tradewind #60B3AB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 21.52%
G = 40.13%
B = 38.34%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#60B3AB (or 0x60B3AB) is known color: Tradewind. HEX triplet: 60, B3 and AB. RGB value is (96,179,171). Sum of RGB (Red+Green+Blue) = 96+179+171=446 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.52% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 179 - color contains mainly: green. Hex color #60B3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B3AB is #9F4C54. Grayscale: #999999. Windows color (decimal): -10439765 or 11252576. OLE color: 11252576.

HSL color Cylindrical-coordinate representation of color #60B3AB: hue angle of 174.22º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B3AB is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 179 171 -
CMYK 0.46 0 0.04 0.30
HSL 174.22º 0.35% 0.54% -
HSV(B) 174.22º 0.46% 0.7% -
XYZ 28.29 37.67 44.31 -
YUV 153.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 96 179 171 0.46 0 0.04 0.30 174.22 0.35 0.54
Hex 60 B3 AB 2E 0 4 1E AE 23 36
Octal 140 263 253 56 0 4 36 256 43 66
Binary 1100000 10110011 10101011 101110 0 100 11110 10101110 100011 110110

Color Harmonies of #60B3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B3AB

Black with #60B3AB

Text Example


Text Example

White with #60B3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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