Html Css Color HEX #60B2A9 Tradewind

📋 copy color: '#60B2A9'

red 96 ◦ green 178 ◦ blue 169

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

Shades of Tradewind #60B2A9

Tints of Tradewind #60B2A9

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.18%

 BLUE value IS 169 (66.41% from 255) = 38.15%

R = 21.67%
G = 40.18%
B = 38.15%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#60B2A9 (or 0x60B2A9) is known color: Tradewind. HEX triplet: 60, B2 and A9. RGB value is (96,178,169). Sum of RGB (Red+Green+Blue) = 96+178+169=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 169 (66.41% from 255 or 38.15% from 443); Max value from RGB is 178 - color contains mainly: green. Hex color #60B2A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B2A9 is #9F4D56. Grayscale: #989898. Windows color (decimal): -10440023 or 11121248. OLE color: 11121248.

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

Color convert

RGB 96 178 169 -
CMYK 0.46 0 0.05 0.30
HSL 173.41º 0.35% 0.54% -
HSV(B) 173.41º 0.46% 0.7% -
XYZ 27.91 37.19 43.24 -
YUV 152.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 96 178 169 0.46 0 0.05 0.30 173.41 0.35 0.54
Hex 60 B2 A9 2E 0 5 1E AD 23 36
Octal 140 262 251 56 0 5 36 255 43 66
Binary 1100000 10110010 10101001 101110 0 101 11110 10101101 100011 110110

Color Harmonies of #60B2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B2A9

Black with #60B2A9

Text Example


Text Example

White with #60B2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,178,169); }

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

background-color css

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

 a { background-color: rgb(96,178,169); }

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

border-color css

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

 span { border-color: rgb(96,178,169); }

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