Html Css Color HEX #73AFAB Tradewind

📋 copy color: '#73AFAB'

red 115 ◦ green 175 ◦ blue 171

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

Shades of Tradewind #73AFAB

Tints of Tradewind #73AFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 24.95%
G = 37.96%
B = 37.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#73AFAB (or 0x73AFAB) is known color: Tradewind. HEX triplet: 73, AF and AB. RGB value is (115,175,171). Sum of RGB (Red+Green+Blue) = 115+175+171=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #73AFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AFAB is #8C5054. Grayscale: #9C9C9C. Windows color (decimal): -9195605 or 11251571. OLE color: 11251571.

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

Color convert

RGB 115 175 171 -
CMYK 0.34 0 0.02 0.31
HSL 176º 0.27% 0.57% -
HSV(B) 176º 0.34% 0.69% -
XYZ 29.75 37.25 44.15 -
YUV 156.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 115 175 171 0.34 0 0.02 0.31 176 0.27 0.57
Hex 73 AF AB 22 0 2 1F B0 1B 39
Octal 163 257 253 42 0 2 37 260 33 71
Binary 1110011 10101111 10101011 100010 0 10 11111 10110000 11011 111001

Color Harmonies of #73AFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFAB

Black with #73AFAB

Text Example


Text Example

White with #73AFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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