#54b4ba

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

Shades of Viking #54B4BA

Tints of Viking #54B4BA

Color information

#54B4BA (or 0x54B4BA) is unknown color: approx Viking. HEX triplet: 54, B4 and BA. RGB value is (84,180,186). Sum of RGB (Red+Green+Blue) = 84+180+186=450 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.67% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #54B4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B4BA is #AB4B45. Grayscale: #979797. Windows color (decimal): -11225926 or 12235860. OLE color: 12235860.

HSL color Cylindrical-coordinate representation of color #54B4BA: hue angle of 183.53º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54B4BA is Cyan = 0.55, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84180186-
CMYK0.550.0300.27
HSL183.53º42.5%52.94%-
HSV(B)183.53º54.84%72.94%-
XYZ28.8438.0752.28-
YUV151.98147.279.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.67%
GREEN value IS 180 (70.70% from 255) = 40%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=18.67%
G=40%
B=41.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841801860.550.0300.27183.5342.552.94
Hex54B4BA37301Bb82a35
Octal1242642726730332705265
Binary101010010110100101110101101111101101110111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54b4ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,180,186); }

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

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

 a { background-color: rgb(84,180,186); }

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

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

 span { border-color: rgb(84,180,186); }

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