Shades of Gulf Stream #72AB9D
Tints of Gulf Stream #72AB9D
RGB
CMYK
RGB Variations
Color information
#72AB9D (or 0x72AB9D) is known color: Gulf Stream. HEX triplet: 72, AB and 9D. RGB value is (114,171,157). Sum of RGB (Red+Green+Blue) = 114+171+157=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AB9D is #8D5462. Grayscale: #989898. Windows color (decimal): -9262179 or 10333042. OLE color: 10333042.
HSL color Cylindrical-coordinate representation of color #72AB9D: hue angle of 165.26º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72AB9D is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 157 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.33 |
| HSL | 165.26º | 0.25% | 0.56% | - |
| HSV(B) | 165.26º | 0.33% | 0.67% | - |
| XYZ | 27.59 | 35.14 | 37.23 | - |
| YUV | 152.36 | 130.62 | 100.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 157 | 0.33 | 0 | 0.08 | 0.33 | 165.26 | 0.25 | 0.56 |
| Hex | 72 | AB | 9D | 21 | 0 | 8 | 21 | A5 | 19 | 38 |
| Octal | 162 | 253 | 235 | 41 | 0 | 10 | 41 | 245 | 31 | 70 |
| Binary | 1110010 | 10101011 | 10011101 | 100001 | 0 | 1000 | 100001 | 10100101 | 11001 | 111000 |
Color Harmonies of #72AB9D
Complementary color
Monochromatic Colors of #72AB9D
Black with #72AB9D
Text Example
Text Example
White with #72AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB9D; }
p { color: rgb(114,171,157); }
H1.HeaderClassName
{
color: #72AB9D;
}
.AnyTagClassName
{
color: #72AB9D;
}
</style>
background-color css
<style>
a { background-color: #72AB9D; }
a { background-color: rgb(114,171,157); }
div.DivClassName
{
background-color: #72AB9D;
}
.BgClassName
{
background-color: #72AB9D;
}
</style>
border-color css
<style>
span { border-color: #72AB9D; }
span { border-color: rgb(114,171,157); }
td.TdClassName
{
border-color: #72AB9D;
}
.TagClassName
{
border-color: #72AB9D;
}
</style>