Html Css Color HEX #72A39A Tradewind

📋 copy color: '#72A39A'

red 114 ◦ green 163 ◦ blue 154

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

Shades of Tradewind #72A39A

Tints of Tradewind #72A39A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.73%

R = 26.45%
G = 37.82%
B = 35.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#72A39A (or 0x72A39A) is known color: Tradewind. HEX triplet: 72, A3 and 9A. RGB value is (114,163,154). Sum of RGB (Red+Green+Blue) = 114+163+154=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 163 - color contains mainly: green. Hex color #72A39A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72A39A is #8D5C65. Grayscale: #939393. Windows color (decimal): -9264230 or 10134386. OLE color: 10134386.

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

Color convert

RGB 114 163 154 -
CMYK 0.30 0 0.06 0.36
HSL 168.98º 0.21% 0.54% -
HSV(B) 168.98º 0.3% 0.64% -
XYZ 25.87 32.1 35.41 -
YUV 147.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 114 163 154 0.30 0 0.06 0.36 168.98 0.21 0.54
Hex 72 A3 9A 1E 0 6 24 A9 15 36
Octal 162 243 232 36 0 6 44 251 25 66
Binary 1110010 10100011 10011010 11110 0 110 100100 10101001 10101 110110

Color Harmonies of #72A39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72A39A

Black with #72A39A

Text Example


Text Example

White with #72A39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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