Shades of Glacier #7DBDBD
Tints of Glacier #7DBDBD
RGB
CMYK
RGB Variations
Color information
#7DBDBD (or 0x7DBDBD) is known color: Glacier. HEX triplet: 7D, BD and BD. RGB value is (125,189,189). Sum of RGB (Red+Green+Blue) = 125+189+189=503 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.85% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #7DBDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBDBD is #824242. Grayscale: #A9A9A9. Windows color (decimal): -8536643 or 12434813. OLE color: 12434813.
HSL color Cylindrical-coordinate representation of color #7DBDBD: hue angle of 180º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DBDBD is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
RGB | 125 | 189 | 189 | - |
CMYK | 0.34 | 0 | 0 | 0.26 |
HSL | 180º | 0.33% | 0.62% | - |
HSV(B) | 180º | 0.34% | 0.74% | - |
XYZ | 35.84 | 44.43 | 54.83 | - |
YUV | 169.86 | 138.8 | 96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 125 | 189 | 189 | 0.34 | 0 | 0 | 0.26 | 180 | 0.33 | 0.62 |
Hex | 7D | BD | BD | 22 | 0 | 0 | 1A | B4 | 21 | 3E |
Octal | 175 | 275 | 275 | 42 | 0 | 0 | 32 | 264 | 41 | 76 |
Binary | 1111101 | 10111101 | 10111101 | 100010 | 0 | 0 | 11010 | 10110100 | 100001 | 111110 |
Color Harmonies of #7DBDBD
Complementary color
Monochromatic Colors of #7DBDBD
Black with #7DBDBD
Text Example
Text Example
White with #7DBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DBDBD; }
p { color: rgb(125,189,189); }
H1.HeaderClassName
{
color: #7DBDBD;
}
.AnyTagClassName
{
color: #7DBDBD;
}
</style>
background-color css
<style>
a { background-color: #7DBDBD; }
a { background-color: rgb(125,189,189); }
div.DivClassName
{
background-color: #7DBDBD;
}
.BgClassName
{
background-color: #7DBDBD;
}
</style>
border-color css
<style>
span { border-color: #7DBDBD; }
span { border-color: rgb(125,189,189); }
td.TdClassName
{
border-color: #7DBDBD;
}
.TagClassName
{
border-color: #7DBDBD;
}
</style>