Html Css Color HEX #60B2A8 Tradewind

📋 copy color: '#60B2A8'

red 96 ◦ green 178 ◦ blue 168

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

Shades of Tradewind #60B2A8

Tints of Tradewind #60B2A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.01%

R = 21.72%
G = 40.27%
B = 38.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#60B2A8 (or 0x60B2A8) is known color: Tradewind. HEX triplet: 60, B2 and A8. RGB value is (96,178,168). Sum of RGB (Red+Green+Blue) = 96+178+168=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 168 (66.02% from 255 or 38.01% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #60B2A8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60B2A8 is #9F4D57. Grayscale: #989898. Windows color (decimal): -10440024 or 11055712. OLE color: 11055712.

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

Color convert

RGB 96 178 168 -
CMYK 0.46 0 0.06 0.30
HSL 172.68º 0.35% 0.54% -
HSV(B) 172.68º 0.46% 0.7% -
XYZ 27.81 37.15 42.75 -
YUV 152.34 136.83 87.81 -
System Red Green Blue C M Y K H S L
Decimal 96 178 168 0.46 0 0.06 0.30 172.68 0.35 0.54
Hex 60 B2 A8 2E 0 6 1E AD 23 36
Octal 140 262 250 56 0 6 36 255 43 66
Binary 1100000 10110010 10101000 101110 0 110 11110 10101101 100011 110110

Color Harmonies of #60B2A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B2A8

Black with #60B2A8

Text Example


Text Example

White with #60B2A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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