Html Css Color HEX #60B2AA Tradewind

📋 copy color: '#60B2AA'

red 96 ◦ green 178 ◦ blue 170

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

Shades of Tradewind #60B2AA

Tints of Tradewind #60B2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 21.62%
G = 40.09%
B = 38.29%

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

#60B2AA (or 0x60B2AA) is known color: Tradewind. HEX triplet: 60, B2 and AA. RGB value is (96,178,170). Sum of RGB (Red+Green+Blue) = 96+178+170=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 178 - color contains mainly: green. Hex color #60B2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B2AA is #9F4D55. Grayscale: #989898. Windows color (decimal): -10440022 or 11186784. OLE color: 11186784.

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

Color convert

RGB 96 178 170 -
CMYK 0.46 0 0.04 0.30
HSL 174.15º 0.35% 0.54% -
HSV(B) 174.15º 0.46% 0.7% -
XYZ 28 37.23 43.74 -
YUV 152.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 96 178 170 0.46 0 0.04 0.30 174.15 0.35 0.54
Hex 60 B2 AA 2E 0 4 1E AE 23 36
Octal 140 262 252 56 0 4 36 256 43 66
Binary 1100000 10110010 10101010 101110 0 100 11110 10101110 100011 110110

Color Harmonies of #60B2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B2AA

Black with #60B2AA

Text Example


Text Example

White with #60B2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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