#72B3B1

Color #72B3B1 Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #72B3B1

Tints of Tradewind #72B3B1

Color information

#72B3B1 (or 0x72B3B1) is unknown color: approx 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

RGB114179177-
CMYK0.3600.010.30
HSL178.15º29.95%57.45%-
HSV(B)178.15º36.31%70.2%-
XYZ3138.9947.49-
YUV159.34137.9795.66-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1141791770.3600.010.30178.1529.9557.45
Hex72B3B124011Eb21e39
Octal1622632614401362623671
Binary1110010101100111011000110010001111101011001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>