Html Css Color HEX #60B7AF Tradewind

📋 copy color: '#60B7AF'

red 96 ◦ green 183 ◦ blue 175

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

Shades of Tradewind #60B7AF

Tints of Tradewind #60B7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.31%

 BLUE value IS 175 (68.75% from 255) = 38.55%

R = 21.15%
G = 40.31%
B = 38.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#60B7AF (or 0x60B7AF) is known color: Tradewind. HEX triplet: 60, B7 and AF. RGB value is (96,183,175). Sum of RGB (Red+Green+Blue) = 96+183+175=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 175 (68.75% from 255 or 38.55% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #60B7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B7AF is #9F4850. Grayscale: #9C9C9C. Windows color (decimal): -10438737 or 11515744. OLE color: 11515744.

HSL color Cylindrical-coordinate representation of color #60B7AF: hue angle of 174.48º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B7AF is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 183 175 -
CMYK 0.48 0 0.04 0.28
HSL 174.48º 0.38% 0.55% -
HSV(B) 174.48º 0.48% 0.72% -
XYZ 29.5 39.45 46.62 -
YUV 156.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 96 183 175 0.48 0 0.04 0.28 174.48 0.38 0.55
Hex 60 B7 AF 30 0 4 1C AE 26 37
Octal 140 267 257 60 0 4 34 256 46 67
Binary 1100000 10110111 10101111 110000 0 100 11100 10101110 100110 110111

Color Harmonies of #60B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B7AF

Black with #60B7AF

Text Example


Text Example

White with #60B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,183,175); }

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

background-color css

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

 a { background-color: rgb(96,183,175); }

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

border-color css

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

 span { border-color: rgb(96,183,175); }

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