Shades of Glacier #67BBC4
Tints of Glacier #67BBC4
RGB
CMYK
RGB Variations
Color information
#67BBC4 (or 0x67BBC4) is known color: Glacier. HEX triplet: 67, BB and C4. RGB value is (103,187,196). Sum of RGB (Red+Green+Blue) = 103+187+196=486 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.19% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 196 (76.95% from 255 or 40.33% from 486); Max value from RGB is 196 - color contains mainly: blue. Hex color #67BBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBC4 is #98443B. Grayscale: #A2A2A2. Windows color (decimal): -9978940 or 12893031. OLE color: 12893031.
HSL color Cylindrical-coordinate representation of color #67BBC4: hue angle of 185.81º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67BBC4 is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 103 | 187 | 196 | - |
| CMYK | 0.47 | 0.05 | 0 | 0.23 |
| HSL | 185.81º | 0.44% | 0.59% | - |
| HSV(B) | 185.81º | 0.47% | 0.77% | - |
| XYZ | 33.33 | 42.41 | 58.65 | - |
| YUV | 162.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 187 | 196 | 0.47 | 0.05 | 0 | 0.23 | 185.81 | 0.44 | 0.59 |
| Hex | 67 | BB | C4 | 2F | 5 | 0 | 17 | BA | 2C | 3B |
| Octal | 147 | 273 | 304 | 57 | 5 | 0 | 27 | 272 | 54 | 73 |
| Binary | 1100111 | 10111011 | 11000100 | 101111 | 101 | 0 | 10111 | 10111010 | 101100 | 111011 |
Color Harmonies of #67BBC4
Complementary color
Monochromatic Colors of #67BBC4
Black with #67BBC4
Text Example
Text Example
White with #67BBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BBC4; }
p { color: rgb(103,187,196); }
H1.HeaderClassName
{
color: #67BBC4;
}
.AnyTagClassName
{
color: #67BBC4;
}
</style>
background-color css
<style>
a { background-color: #67BBC4; }
a { background-color: rgb(103,187,196); }
div.DivClassName
{
background-color: #67BBC4;
}
.BgClassName
{
background-color: #67BBC4;
}
</style>
border-color css
<style>
span { border-color: #67BBC4; }
span { border-color: rgb(103,187,196); }
td.TdClassName
{
border-color: #67BBC4;
}
.TagClassName
{
border-color: #67BBC4;
}
</style>