Html Css Color HEX #73AFAA Tradewind

📋 copy color: '#73AFAA'

red 115 ◦ green 175 ◦ blue 170

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

Shades of Tradewind #73AFAA

Tints of Tradewind #73AFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.96%

R = 25%
G = 38.04%
B = 36.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#73AFAA (or 0x73AFAA) is known color: Tradewind. HEX triplet: 73, AF and AA. RGB value is (115,175,170). Sum of RGB (Red+Green+Blue) = 115+175+170=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #73AFAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AFAA is #8C5055. Grayscale: #9C9C9C. Windows color (decimal): -9195606 or 11186035. OLE color: 11186035.

HSL color Cylindrical-coordinate representation of color #73AFAA: hue angle of 175º 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 #73AFAA is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 175 170 -
CMYK 0.34 0 0.03 0.31
HSL 175º 0.27% 0.57% -
HSV(B) 175º 0.34% 0.69% -
XYZ 29.66 37.21 43.65 -
YUV 156.49 135.62 98.41 -
System Red Green Blue C M Y K H S L
Decimal 115 175 170 0.34 0 0.03 0.31 175 0.27 0.57
Hex 73 AF AA 22 0 3 1F AF 1B 39
Octal 163 257 252 42 0 3 37 257 33 71
Binary 1110011 10101111 10101010 100010 0 11 11111 10101111 11011 111001

Color Harmonies of #73AFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFAA

Black with #73AFAA

Text Example


Text Example

White with #73AFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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