#54c2d1

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

Shades of Viking #54C2D1

Tints of Viking #54C2D1

Color information

#54C2D1 (or 0x54C2D1) is unknown color: approx Viking. HEX triplet: 54, C2 and D1. RGB value is (84,194,209). Sum of RGB (Red+Green+Blue) = 84+194+209=487 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.25% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 209 (82.03% from 255 or 42.92% from 487); Max value from RGB is 209 - color contains mainly: blue. Hex color #54C2D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C2D1 is #AB3D2E. Grayscale: #A2A2A2. Windows color (decimal): -11222319 or 13746772. OLE color: 13746772.

HSL color Cylindrical-coordinate representation of color #54C2D1: hue angle of 187.2º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #54C2D1 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB84194209-
CMYK0.600.0700.18
HSL187.2º57.6%57.45%-
HSV(B)187.2º59.81%81.96%-
XYZ34.4645.0767.21-
YUV162.82154.0671.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.25%
GREEN value IS 194 (76.17% from 255) = 39.84%
BLUE value IS 209 (82.03% from 255) = 42.92%
R=17.25%
G=39.84%
B=42.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal841942090.600.0700.18187.257.657.45
Hex54C2D13C7012bb3a39
Octal1243023217470222737271
Binary1010100110000101101000111110011101001010111011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54c2d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,194,209); }

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

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

 a { background-color: rgb(84,194,209); }

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

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

 span { border-color: rgb(84,194,209); }

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