Shades of Viking #54C2CA
Tints of Viking #54C2CA
RGB
CMYK
RGB Variations
Color information
#54C2CA (or 0x54C2CA) is known color: Viking. HEX triplet: 54, C2 and CA. RGB value is (84,194,202). Sum of RGB (Red+Green+Blue) = 84+194+202=480 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.5% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #54C2CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C2CA is #AB3D35. Grayscale: #A1A1A1. Windows color (decimal): -11222326 or 13288020. OLE color: 13288020.
HSL color Cylindrical-coordinate representation of color #54C2CA: hue angle of 184.07º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54C2CA is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 194 | 202 | - |
| CMYK | 0.58 | 0.04 | 0 | 0.21 |
| HSL | 184.07º | 0.53% | 0.56% | - |
| HSV(B) | 184.07º | 0.58% | 0.79% | - |
| XYZ | 33.61 | 44.73 | 62.74 | - |
| YUV | 162.02 | 150.56 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 194 | 202 | 0.58 | 0.04 | 0 | 0.21 | 184.07 | 0.53 | 0.56 |
| Hex | 54 | C2 | CA | 3A | 4 | 0 | 15 | B8 | 35 | 38 |
| Octal | 124 | 302 | 312 | 72 | 4 | 0 | 25 | 270 | 65 | 70 |
| Binary | 1010100 | 11000010 | 11001010 | 111010 | 100 | 0 | 10101 | 10111000 | 110101 | 111000 |
Color Harmonies of #54C2CA
Complementary color
Monochromatic Colors of #54C2CA
Black with #54C2CA
Text Example
Text Example
White with #54C2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C2CA; }
p { color: rgb(84,194,202); }
H1.HeaderClassName
{
color: #54C2CA;
}
.AnyTagClassName
{
color: #54C2CA;
}
</style>
background-color css
<style>
a { background-color: #54C2CA; }
a { background-color: rgb(84,194,202); }
div.DivClassName
{
background-color: #54C2CA;
}
.BgClassName
{
background-color: #54C2CA;
}
</style>
border-color css
<style>
span { border-color: #54C2CA; }
span { border-color: rgb(84,194,202); }
td.TdClassName
{
border-color: #54C2CA;
}
.TagClassName
{
border-color: #54C2CA;
}
</style>