Html Css Color HEX #72B3B1 Tradewind

📋 copy color: '#72B3B1'

red 114 ◦ green 179 ◦ blue 177

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

Shades of Tradewind #72B3B1

Tints of Tradewind #72B3B1

RGB

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

 GREEN value IS 179 (70.31% from 255) = 38.09%

 BLUE value IS 177 (69.53% from 255) = 37.66%

R = 24.26%
G = 38.09%
B = 37.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#72B3B1 (or 0x72B3B1) is known color: Tradewind. HEX triplet: 72, B3 and B1. RGB value is (114,179,177). Sum of RGB (Red+Green+Blue) = 114+179+177=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 179 (70.31% from 255 or 38.09% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 179 - color contains mainly: green. Hex color #72B3B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72B3B1 is #8D4C4E. Grayscale: #9F9F9F. Windows color (decimal): -9260111 or 11645810. OLE color: 11645810.

HSL color Cylindrical-coordinate representation of color #72B3B1: hue angle of 178.15º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B3B1 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 179 177 -
CMYK 0.36 0 0.01 0.30
HSL 178.15º 0.3% 0.57% -
HSV(B) 178.15º 0.36% 0.7% -
XYZ 31 38.99 47.49 -
YUV 159.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 114 179 177 0.36 0 0.01 0.30 178.15 0.3 0.57
Hex 72 B3 B1 24 0 1 1E B2 1E 39
Octal 162 263 261 44 0 1 36 262 36 71
Binary 1110010 10110011 10110001 100100 0 1 11110 10110010 11110 111001

Color Harmonies of #72B3B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72B3B1

Black with #72B3B1

Text Example


Text Example

White with #72B3B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,179,177); }

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

background-color css

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

 a { background-color: rgb(114,179,177); }

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

border-color css

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

 span { border-color: rgb(114,179,177); }

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