#54c1cf

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

Shades of Viking #54C1CF

Tints of Viking #54C1CF

Color information

#54C1CF (or 0x54C1CF) is unknown color: approx Viking. HEX triplet: 54, C1 and CF. RGB value is (84,193,207). Sum of RGB (Red+Green+Blue) = 84+193+207=484 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.36% from 484); Green value is 193 (75.78% from 255 or 39.88% from 484); Blue value is 207 (81.25% from 255 or 42.77% from 484); Max value from RGB is 207 - color contains mainly: blue. Hex color #54C1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C1CF is #AB3E30. Grayscale: #A1A1A1. Windows color (decimal): -11222577 or 13615444. OLE color: 13615444.

HSL color Cylindrical-coordinate representation of color #54C1CF: hue angle of 186.83º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54C1CF is Cyan = 0.59, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84193207-
CMYK0.590.0700.19
HSL186.83º56.16%57.06%-
HSV(B)186.83º59.42%81.18%-
XYZ33.9944.5365.84-
YUV162153.3972.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.36%
GREEN value IS 193 (75.78% from 255) = 39.88%
BLUE value IS 207 (81.25% from 255) = 42.77%
R=17.36%
G=39.88%
B=42.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal841932070.590.0700.19186.8356.1657.06
Hex54C1CF3B7013bb3839
Octal1243013177370232737071
Binary1010100110000011100111111101111101001110111011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54c1cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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