#72BCAD

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

Shades of Gulf Stream #72BCAD

Tints of Gulf Stream #72BCAD

Color information

#72BCAD (or 0x72BCAD) is unknown color: approx Gulf Stream. HEX triplet: 72, BC and AD. RGB value is (114,188,173). Sum of RGB (Red+Green+Blue) = 114+188+173=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 188 (73.83% from 255 or 39.58% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 188 - color contains mainly: green. Hex color #72BCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BCAD is #8D4352. Grayscale: #A4A4A4. Windows color (decimal): -9257811 or 11385970. OLE color: 11385970.

HSL color Cylindrical-coordinate representation of color #72BCAD: hue angle of 167.84º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BCAD is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB114188173-
CMYK0.3900.080.26
HSL167.84º35.58%59.22%-
HSV(B)167.84º39.36%73.73%-
XYZ32.4742.5646.04-
YUV164.16132.9892.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24%
GREEN value IS 188 (73.83% from 255) = 39.58%
BLUE value IS 173 (67.97% from 255) = 36.42%
R=24%
G=39.58%
B=36.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141881730.3900.080.26167.8435.5859.22
Hex72BCAD27081Aa8243b
Octal16227425547010322504473
Binary11100101011110010101101100111010001101010101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,188,173); }

 H1.HeaderClassName
 {
   color: #72BCAD;
 }
 .AnyTagClassName
 {
   color: #72BCAD;
 }
</style>
background-color css

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

 a { background-color: rgb(114,188,173); }

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

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

 span { border-color: rgb(114,188,173); }

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