Html Css Color HEX #73AFAD Tradewind

📋 copy color: '#73AFAD'

red 115 ◦ green 175 ◦ blue 173

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

Shades of Tradewind #73AFAD

Tints of Tradewind #73AFAD

RGB

 RED value IS 115 (45.31% from 255) = 24.84%

 GREEN value IS 175 (68.75% from 255) = 37.8%

 BLUE value IS 173 (67.97% from 255) = 37.37%

R = 24.84%
G = 37.8%
B = 37.37%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#73AFAD (or 0x73AFAD) is known color: Tradewind. HEX triplet: 73, AF and AD. RGB value is (115,175,173). Sum of RGB (Red+Green+Blue) = 115+175+173=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #73AFAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AFAD is #8C5052. Grayscale: #9C9C9C. Windows color (decimal): -9195603 or 11382643. OLE color: 11382643.

HSL color Cylindrical-coordinate representation of color #73AFAD: hue angle of 178º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AFAD is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 175 173 -
CMYK 0.34 0 0.01 0.31
HSL 178º 0.27% 0.57% -
HSV(B) 178º 0.34% 0.69% -
XYZ 29.94 37.32 45.16 -
YUV 156.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 115 175 173 0.34 0 0.01 0.31 178 0.27 0.57
Hex 73 AF AD 22 0 1 1F B2 1B 39
Octal 163 257 255 42 0 1 37 262 33 71
Binary 1110011 10101111 10101101 100010 0 1 11111 10110010 11011 111001

Color Harmonies of #73AFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFAD

Black with #73AFAD

Text Example


Text Example

White with #73AFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73AFAD; }

 p { color: rgb(115,175,173); }

 H1.HeaderClassName
 {
   color: #73AFAD;
 }
 .AnyTagClassName
 {
   color: #73AFAD;
 }
</style>

background-color css

<style>
 a { background-color: #73AFAD; }

 a { background-color: rgb(115,175,173); }

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

border-color css

<style>
 span { border-color: #73AFAD; }

 span { border-color: rgb(115,175,173); }

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