Html Css Color HEX #72A49D Tradewind

📋 copy color: '#72A49D'

red 114 ◦ green 164 ◦ blue 157

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

Shades of Tradewind #72A49D

Tints of Tradewind #72A49D

RGB

 RED value IS 114 (44.92% from 255) = 26.21%

 GREEN value IS 164 (64.45% from 255) = 37.7%

 BLUE value IS 157 (61.72% from 255) = 36.09%

R = 26.21%
G = 37.7%
B = 36.09%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#72A49D (or 0x72A49D) is known color: Tradewind. HEX triplet: 72, A4 and 9D. RGB value is (114,164,157). Sum of RGB (Red+Green+Blue) = 114+164+157=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 164 - color contains mainly: green. Hex color #72A49D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A49D is #8D5B62. Grayscale: #949494. Windows color (decimal): -9263971 or 10331250. OLE color: 10331250.

HSL color Cylindrical-coordinate representation of color #72A49D: hue angle of 171.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72A49D is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 164 157 -
CMYK 0.30 0 0.04 0.36
HSL 171.6º 0.22% 0.55% -
HSV(B) 171.6º 0.3% 0.64% -
XYZ 26.3 32.56 36.8 -
YUV 148.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 114 164 157 0.30 0 0.04 0.36 171.6 0.22 0.55
Hex 72 A4 9D 1E 0 4 24 AC 16 37
Octal 162 244 235 36 0 4 44 254 26 67
Binary 1110010 10100100 10011101 11110 0 100 100100 10101100 10110 110111

Color Harmonies of #72A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A49D

Black with #72A49D

Text Example


Text Example

White with #72A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72A49D; }

 p { color: rgb(114,164,157); }

 H1.HeaderClassName
 {
   color: #72A49D;
 }
 .AnyTagClassName
 {
   color: #72A49D;
 }
</style>

background-color css

<style>
 a { background-color: #72A49D; }

 a { background-color: rgb(114,164,157); }

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

border-color css

<style>
 span { border-color: #72A49D; }

 span { border-color: rgb(114,164,157); }

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