Html Css Color HEX #72A3A0 Tradewind

📋 copy color: '#72A3A0'

red 114 ◦ green 163 ◦ blue 160

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

Shades of Tradewind #72A3A0

Tints of Tradewind #72A3A0

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.3%

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 26.09%
G = 37.3%
B = 36.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#72A3A0 (or 0x72A3A0) is known color: Tradewind. HEX triplet: 72, A3 and A0. RGB value is (114,163,160). Sum of RGB (Red+Green+Blue) = 114+163+160=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 163 - color contains mainly: green. Hex color #72A3A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A3A0 is #8D5C5F. Grayscale: #939393. Windows color (decimal): -9264224 or 10527602. OLE color: 10527602.

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

Color convert

RGB 114 163 160 -
CMYK 0.30 0 0.02 0.36
HSL 176.33º 0.21% 0.54% -
HSV(B) 176.33º 0.3% 0.64% -
XYZ 26.38 32.31 38.1 -
YUV 148.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 114 163 160 0.30 0 0.02 0.36 176.33 0.21 0.54
Hex 72 A3 A0 1E 0 2 24 B0 15 36
Octal 162 243 240 36 0 2 44 260 25 66
Binary 1110010 10100011 10100000 11110 0 10 100100 10110000 10101 110110

Color Harmonies of #72A3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A3A0

Black with #72A3A0

Text Example


Text Example

White with #72A3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,163,160); }

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

background-color css

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

 a { background-color: rgb(114,163,160); }

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

border-color css

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

 span { border-color: rgb(114,163,160); }

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