Html Css Color HEX #72AEA6 Tradewind

📋 copy color: '#72AEA6'

red 114 ◦ green 174 ◦ blue 166

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

Shades of Tradewind #72AEA6

Tints of Tradewind #72AEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.56%

R = 25.11%
G = 38.33%
B = 36.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#72AEA6 (or 0x72AEA6) is known color: Tradewind. HEX triplet: 72, AE and A6. RGB value is (114,174,166). Sum of RGB (Red+Green+Blue) = 114+174+166=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 174 (68.36% from 255 or 38.33% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 174 - color contains mainly: green. Hex color #72AEA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AEA6 is #8D5159. Grayscale: #9B9B9B. Windows color (decimal): -9261402 or 10923634. OLE color: 10923634.

HSL color Cylindrical-coordinate representation of color #72AEA6: hue angle of 172º 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 #72AEA6 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 174 166 -
CMYK 0.34 0 0.05 0.32
HSL 172º 0.27% 0.56% -
HSV(B) 172º 0.34% 0.68% -
XYZ 28.96 36.6 41.62 -
YUV 155.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 114 174 166 0.34 0 0.05 0.32 172 0.27 0.56
Hex 72 AE A6 22 0 5 20 AC 1B 38
Octal 162 256 246 42 0 5 40 254 33 70
Binary 1110010 10101110 10100110 100010 0 101 100000 10101100 11011 111000

Color Harmonies of #72AEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AEA6

Black with #72AEA6

Text Example


Text Example

White with #72AEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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