#54C0C1

Color #54C0C1 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #54C0C1

Tints of Viking #54C0C1

Color information

#54C0C1 (or 0x54C0C1) is unknown color: approx Viking. HEX triplet: 54, C0 and C1. RGB value is (84,192,193). Sum of RGB (Red+Green+Blue) = 84+192+193=469 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.91% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #54C0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C0C1 is #AB3F3E. Grayscale: #9F9F9F. Windows color (decimal): -11222847 or 12697684. OLE color: 12697684.

HSL color Cylindrical-coordinate representation of color #54C0C1: hue angle of 180.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C0C1 is Cyan = 0.56, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB84192193-
CMYK0.560.0100.24
HSL180.55º46.78%54.31%-
HSV(B)180.55º56.48%75.69%-
XYZ32.1343.4357.14-
YUV159.82146.7273.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 17.91%
GREEN value IS 192 (75.39% from 255) = 40.94%
BLUE value IS 193 (75.78% from 255) = 41.15%
R=17.91%
G=40.94%
B=41.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal841921930.560.0100.24180.5546.7854.31
Hex54C0C1381018b52f36
Octal1243003017010302655766
Binary10101001100000011000001111000101100010110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54C0C1; }

 p { color: rgb(84,192,193); }

 H1.HeaderClassName
 {
   color: #54C0C1;
 }
 .AnyTagClassName
 {
   color: #54C0C1;
 }
</style>
background-color css

<style>
 a { background-color: #54C0C1; }

 a { background-color: rgb(84,192,193); }

 div.DivClassName
 {
   background-color: #54C0C1;
 }
 .BgClassName
 {
   background-color: #54C0C1;
 }
</style>
border-color css

<style>
 span { border-color: #54C0C1; }

 span { border-color: rgb(84,192,193); }

 td.TdClassName
 {
   border-color: #54C0C1;
 }
 .TagClassName
 {
   border-color: #54C0C1;
 }
</style>