Shades of Glacier #7ABEBE
Tints of Glacier #7ABEBE
RGB
CMYK
RGB Variations
Color information
#7ABEBE (or 0x7ABEBE) is known color: Glacier. HEX triplet: 7A, BE and BE. RGB value is (122,190,190). Sum of RGB (Red+Green+Blue) = 122+190+190=502 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.30% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #7ABEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEBE is #854141. Grayscale: #A9A9A9. Windows color (decimal): -8732994 or 12500602. OLE color: 12500602.
HSL color Cylindrical-coordinate representation of color #7ABEBE: hue angle of 180º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABEBE is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 190 | - |
| CMYK | 0.36 | 0 | 0 | 0.25 |
| HSL | 180º | 0.34% | 0.61% | - |
| HSV(B) | 180º | 0.36% | 0.75% | - |
| XYZ | 35.73 | 44.68 | 55.46 | - |
| YUV | 169.67 | 139.47 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 190 | 0.36 | 0 | 0 | 0.25 | 180 | 0.34 | 0.61 |
| Hex | 7A | BE | BE | 24 | 0 | 0 | 19 | B4 | 22 | 3D |
| Octal | 172 | 276 | 276 | 44 | 0 | 0 | 31 | 264 | 42 | 75 |
| Binary | 1111010 | 10111110 | 10111110 | 100100 | 0 | 0 | 11001 | 10110100 | 100010 | 111101 |
Color Harmonies of #7ABEBE
Complementary color
Monochromatic Colors of #7ABEBE
Black with #7ABEBE
Text Example
Text Example
White with #7ABEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEBE; }
p { color: rgb(122,190,190); }
H1.HeaderClassName
{
color: #7ABEBE;
}
.AnyTagClassName
{
color: #7ABEBE;
}
</style>
background-color css
<style>
a { background-color: #7ABEBE; }
a { background-color: rgb(122,190,190); }
div.DivClassName
{
background-color: #7ABEBE;
}
.BgClassName
{
background-color: #7ABEBE;
}
</style>
border-color css
<style>
span { border-color: #7ABEBE; }
span { border-color: rgb(122,190,190); }
td.TdClassName
{
border-color: #7ABEBE;
}
.TagClassName
{
border-color: #7ABEBE;
}
</style>