Shades of Bali Hai #78A2B2
Tints of Bali Hai #78A2B2
RGB
CMYK
RGB Variations
Color information
#78A2B2 (or 0x78A2B2) is known color: Bali Hai. HEX triplet: 78, A2 and B2. RGB value is (120,162,178). Sum of RGB (Red+Green+Blue) = 120+162+178=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 162 (63.67% from 255 or 35.22% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 178 - color contains mainly: blue. Hex color #78A2B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A2B2 is #875D4D. Grayscale: #979797. Windows color (decimal): -8871246 or 11707000. OLE color: 11707000.
HSL color Cylindrical-coordinate representation of color #78A2B2: hue angle of 196.55º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #78A2B2 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 162 | 178 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.30 |
| HSL | 196.55º | 0.27% | 0.58% | - |
| HSV(B) | 196.55º | 0.33% | 0.7% | - |
| XYZ | 28.7 | 33.05 | 46.99 | - |
| YUV | 151.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 162 | 178 | 0.33 | 0.09 | 0 | 0.30 | 196.55 | 0.27 | 0.58 |
| Hex | 78 | A2 | B2 | 21 | 9 | 0 | 1E | C5 | 1B | 3A |
| Octal | 170 | 242 | 262 | 41 | 11 | 0 | 36 | 305 | 33 | 72 |
| Binary | 1111000 | 10100010 | 10110010 | 100001 | 1001 | 0 | 11110 | 11000101 | 11011 | 111010 |
Color Harmonies of #78A2B2
Complementary color
Monochromatic Colors of #78A2B2
Black with #78A2B2
Text Example
Text Example
White with #78A2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A2B2; }
p { color: rgb(120,162,178); }
H1.HeaderClassName
{
color: #78A2B2;
}
.AnyTagClassName
{
color: #78A2B2;
}
</style>
background-color css
<style>
a { background-color: #78A2B2; }
a { background-color: rgb(120,162,178); }
div.DivClassName
{
background-color: #78A2B2;
}
.BgClassName
{
background-color: #78A2B2;
}
</style>
border-color css
<style>
span { border-color: #78A2B2; }
span { border-color: rgb(120,162,178); }
td.TdClassName
{
border-color: #78A2B2;
}
.TagClassName
{
border-color: #78A2B2;
}
</style>