Html Css Color HEX #60B3A8 Tradewind

📋 copy color: '#60B3A8'

red 96 ◦ green 179 ◦ blue 168

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

Shades of Tradewind #60B3A8

Tints of Tradewind #60B3A8

RGB

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

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

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

R = 21.67%
G = 40.41%
B = 37.92%

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

#60B3A8 (or 0x60B3A8) is known color: Tradewind. HEX triplet: 60, B3 and A8. RGB value is (96,179,168). Sum of RGB (Red+Green+Blue) = 96+179+168=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 179 - color contains mainly: green. Hex color #60B3A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B3A8 is #9F4C57. Grayscale: #989898. Windows color (decimal): -10439768 or 11055968. OLE color: 11055968.

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

Color convert

RGB 96 179 168 -
CMYK 0.46 0 0.06 0.30
HSL 172.05º 0.35% 0.54% -
HSV(B) 172.05º 0.46% 0.7% -
XYZ 28.01 37.55 42.82 -
YUV 152.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 96 179 168 0.46 0 0.06 0.30 172.05 0.35 0.54
Hex 60 B3 A8 2E 0 6 1E AC 23 36
Octal 140 263 250 56 0 6 36 254 43 66
Binary 1100000 10110011 10101000 101110 0 110 11110 10101100 100011 110110

Color Harmonies of #60B3A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B3A8

Black with #60B3A8

Text Example


Text Example

White with #60B3A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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