Shades of Gulf Stream #72B8B4
Tints of Gulf Stream #72B8B4
RGB
CMYK
RGB Variations
Color information
#72B8B4 (or 0x72B8B4) is known color: Gulf Stream. HEX triplet: 72, B8 and B4. RGB value is (114,184,180). Sum of RGB (Red+Green+Blue) = 114+184+180=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #72B8B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72B8B4 is #8D474B. Grayscale: #A2A2A2. Windows color (decimal): -9258828 or 11843698. OLE color: 11843698.
HSL color Cylindrical-coordinate representation of color #72B8B4: hue angle of 176.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B8B4 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 184 | 180 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.28 |
| HSL | 176.57º | 0.33% | 0.58% | - |
| HSV(B) | 176.57º | 0.38% | 0.72% | - |
| XYZ | 32.32 | 41.15 | 49.42 | - |
| YUV | 162.61 | 137.81 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 184 | 180 | 0.38 | 0 | 0.02 | 0.28 | 176.57 | 0.33 | 0.58 |
| Hex | 72 | B8 | B4 | 26 | 0 | 2 | 1C | B1 | 21 | 3A |
| Octal | 162 | 270 | 264 | 46 | 0 | 2 | 34 | 261 | 41 | 72 |
| Binary | 1110010 | 10111000 | 10110100 | 100110 | 0 | 10 | 11100 | 10110001 | 100001 | 111010 |
Color Harmonies of #72B8B4
Complementary color
Monochromatic Colors of #72B8B4
Black with #72B8B4
Text Example
Text Example
White with #72B8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B8B4; }
p { color: rgb(114,184,180); }
H1.HeaderClassName
{
color: #72B8B4;
}
.AnyTagClassName
{
color: #72B8B4;
}
</style>
background-color css
<style>
a { background-color: #72B8B4; }
a { background-color: rgb(114,184,180); }
div.DivClassName
{
background-color: #72B8B4;
}
.BgClassName
{
background-color: #72B8B4;
}
</style>
border-color css
<style>
span { border-color: #72B8B4; }
span { border-color: rgb(114,184,180); }
td.TdClassName
{
border-color: #72B8B4;
}
.TagClassName
{
border-color: #72B8B4;
}
</style>