Html Css Color HEX #72AEAC Tradewind

📋 copy color: '#72AEAC'

red 114 ◦ green 174 ◦ blue 172

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

Shades of Tradewind #72AEAC

Tints of Tradewind #72AEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.83%

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 24.78%
G = 37.83%
B = 37.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#72AEAC (or 0x72AEAC) is known color: Tradewind. HEX triplet: 72, AE and AC. RGB value is (114,174,172). Sum of RGB (Red+Green+Blue) = 114+174+172=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 174 (68.36% from 255 or 37.83% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 174 - color contains mainly: green. Hex color #72AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEAC is #8D5153. Grayscale: #9B9B9B. Windows color (decimal): -9261396 or 11316850. OLE color: 11316850.

HSL color Cylindrical-coordinate representation of color #72AEAC: hue angle of 178º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AEAC is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 174 172 -
CMYK 0.34 0 0.01 0.32
HSL 178º 0.27% 0.56% -
HSV(B) 178º 0.34% 0.68% -
XYZ 29.52 36.83 44.58 -
YUV 155.83 137.12 98.16 -
System Red Green Blue C M Y K H S L
Decimal 114 174 172 0.34 0 0.01 0.32 178 0.27 0.56
Hex 72 AE AC 22 0 1 20 B2 1B 38
Octal 162 256 254 42 0 1 40 262 33 70
Binary 1110010 10101110 10101100 100010 0 1 100000 10110010 11011 111000

Color Harmonies of #72AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AEAC

Black with #72AEAC

Text Example


Text Example

White with #72AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,174,172); }

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

background-color css

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

 a { background-color: rgb(114,174,172); }

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

border-color css

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

 span { border-color: rgb(114,174,172); }

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