Shades of Glacier #74BFBF
Tints of Glacier #74BFBF
RGB
CMYK
RGB Variations
Color information
#74BFBF (or 0x74BFBF) is known color: Glacier. HEX triplet: 74, BF and BF. RGB value is (116,191,191). Sum of RGB (Red+Green+Blue) = 116+191+191=498 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.29% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 191 (75% from 255 or 38.35% from 498); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #74BFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFBF is #8B4040. Grayscale: #A8A8A8. Windows color (decimal): -9125953 or 12566388. OLE color: 12566388.
HSL color Cylindrical-coordinate representation of color #74BFBF: hue angle of 180º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BFBF is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 116 | 191 | 191 | - |
| CMYK | 0.39 | 0 | 0 | 0.25 |
| HSL | 180º | 0.37% | 0.6% | - |
| HSV(B) | 180º | 0.39% | 0.75% | - |
| XYZ | 35.24 | 44.74 | 56.07 | - |
| YUV | 168.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 191 | 191 | 0.39 | 0 | 0 | 0.25 | 180 | 0.37 | 0.6 |
| Hex | 74 | BF | BF | 27 | 0 | 0 | 19 | B4 | 25 | 3C |
| Octal | 164 | 277 | 277 | 47 | 0 | 0 | 31 | 264 | 45 | 74 |
| Binary | 1110100 | 10111111 | 10111111 | 100111 | 0 | 0 | 11001 | 10110100 | 100101 | 111100 |
Color Harmonies of #74BFBF
Complementary color
Monochromatic Colors of #74BFBF
Black with #74BFBF
Text Example
Text Example
White with #74BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74BFBF; }
p { color: rgb(116,191,191); }
H1.HeaderClassName
{
color: #74BFBF;
}
.AnyTagClassName
{
color: #74BFBF;
}
</style>
background-color css
<style>
a { background-color: #74BFBF; }
a { background-color: rgb(116,191,191); }
div.DivClassName
{
background-color: #74BFBF;
}
.BgClassName
{
background-color: #74BFBF;
}
</style>
border-color css
<style>
span { border-color: #74BFBF; }
span { border-color: rgb(116,191,191); }
td.TdClassName
{
border-color: #74BFBF;
}
.TagClassName
{
border-color: #74BFBF;
}
</style>