Shades of Gulf Stream #72BDA4
Tints of Gulf Stream #72BDA4
RGB
CMYK
RGB Variations
Color information
#72BDA4 (or 0x72BDA4) is known color: Gulf Stream. HEX triplet: 72, BD and A4. RGB value is (114,189,164). Sum of RGB (Red+Green+Blue) = 114+189+164=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #72BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BDA4 is #8D425B. Grayscale: #A3A3A3. Windows color (decimal): -9257564 or 10796402. OLE color: 10796402.
HSL color Cylindrical-coordinate representation of color #72BDA4: hue angle of 160º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BDA4 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 164 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.26 |
| HSL | 160º | 0.36% | 0.59% | - |
| HSV(B) | 160º | 0.4% | 0.74% | - |
| XYZ | 31.84 | 42.65 | 41.68 | - |
| YUV | 163.73 | 128.15 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 164 | 0.40 | 0 | 0.13 | 0.26 | 160 | 0.36 | 0.59 |
| Hex | 72 | BD | A4 | 28 | 0 | D | 1A | A0 | 24 | 3B |
| Octal | 162 | 275 | 244 | 50 | 0 | 15 | 32 | 240 | 44 | 73 |
| Binary | 1110010 | 10111101 | 10100100 | 101000 | 0 | 1101 | 11010 | 10100000 | 100100 | 111011 |
Color Harmonies of #72BDA4
Complementary color
Monochromatic Colors of #72BDA4
Black with #72BDA4
Text Example
Text Example
White with #72BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BDA4; }
p { color: rgb(114,189,164); }
H1.HeaderClassName
{
color: #72BDA4;
}
.AnyTagClassName
{
color: #72BDA4;
}
</style>
background-color css
<style>
a { background-color: #72BDA4; }
a { background-color: rgb(114,189,164); }
div.DivClassName
{
background-color: #72BDA4;
}
.BgClassName
{
background-color: #72BDA4;
}
</style>
border-color css
<style>
span { border-color: #72BDA4; }
span { border-color: rgb(114,189,164); }
td.TdClassName
{
border-color: #72BDA4;
}
.TagClassName
{
border-color: #72BDA4;
}
</style>