Html Css Color HEX #60AAA5 Tradewind

📋 copy color: '#60AAA5'

red 96 ◦ green 170 ◦ blue 165

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

Shades of Tradewind #60AAA5

Tints of Tradewind #60AAA5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.44%

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 22.27%
G = 39.44%
B = 38.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#60AAA5 (or 0x60AAA5) is known color: Tradewind. HEX triplet: 60, AA and A5. RGB value is (96,170,165). Sum of RGB (Red+Green+Blue) = 96+170+165=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 170 - color contains mainly: green. Hex color #60AAA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AAA5 is #9F555A. Grayscale: #939393. Windows color (decimal): -10442075 or 10857056. OLE color: 10857056.

HSL color Cylindrical-coordinate representation of color #60AAA5: hue angle of 175.95º degrees, saturation: 0.3, 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 #60AAA5 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 170 165 -
CMYK 0.44 0 0.03 0.33
HSL 175.95º 0.3% 0.52% -
HSV(B) 175.95º 0.44% 0.67% -
XYZ 25.99 33.95 40.78 -
YUV 147.3 137.98 91.41 -
System Red Green Blue C M Y K H S L
Decimal 96 170 165 0.44 0 0.03 0.33 175.95 0.3 0.52
Hex 60 AA A5 2C 0 3 21 B0 1E 34
Octal 140 252 245 54 0 3 41 260 36 64
Binary 1100000 10101010 10100101 101100 0 11 100001 10110000 11110 110100

Color Harmonies of #60AAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60AAA5

Black with #60AAA5

Text Example


Text Example

White with #60AAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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