Html Css Color HEX #72A39C Tradewind

📋 copy color: '#72A39C'

red 114 ◦ green 163 ◦ blue 156

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

Shades of Tradewind #72A39C

Tints of Tradewind #72A39C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.03%

R = 26.33%
G = 37.64%
B = 36.03%

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

#72A39C (or 0x72A39C) is known color: Tradewind. HEX triplet: 72, A3 and 9C. RGB value is (114,163,156). Sum of RGB (Red+Green+Blue) = 114+163+156=433 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.33% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 163 - color contains mainly: green. Hex color #72A39C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A39C is #8D5C63. Grayscale: #939393. Windows color (decimal): -9264228 or 10265458. OLE color: 10265458.

HSL color Cylindrical-coordinate representation of color #72A39C: hue angle of 171.43º 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 #72A39C is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 114 163 156 -
CMYK 0.30 0 0.04 0.36
HSL 171.43º 0.21% 0.54% -
HSV(B) 171.43º 0.3% 0.64% -
XYZ 26.04 32.17 36.29 -
YUV 147.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 114 163 156 0.30 0 0.04 0.36 171.43 0.21 0.54
Hex 72 A3 9C 1E 0 4 24 AB 15 36
Octal 162 243 234 36 0 4 44 253 25 66
Binary 1110010 10100011 10011100 11110 0 100 100100 10101011 10101 110110

Color Harmonies of #72A39C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A39C

Black with #72A39C

Text Example


Text Example

White with #72A39C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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