#54C3D5

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

Shades of Viking #54C3D5

Tints of Viking #54C3D5

Color information

#54C3D5 (or 0x54C3D5) is unknown color: approx Viking. HEX triplet: 54, C3 and D5. RGB value is (84,195,213). Sum of RGB (Red+Green+Blue) = 84+195+213=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 195 (76.56% from 255 or 39.63% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #54C3D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C3D5 is #AB3C2A. Grayscale: #A3A3A3. Windows color (decimal): -11222059 or 14009172. OLE color: 14009172.

HSL color Cylindrical-coordinate representation of color #54C3D5: hue angle of 188.37º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54C3D5 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB84195213-
CMYK0.610.0800.16
HSL188.37º60.56%58.24%-
HSV(B)188.37º60.56%83.53%-
XYZ35.1845.7269.92-
YUV163.86155.7371.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.07%
GREEN value IS 195 (76.56% from 255) = 39.63%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=17.07%
G=39.63%
B=43.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal841952130.610.0800.16188.3760.5658.24
Hex54C3D53D8010bc3d3a
Octal12430332575100202747572
Binary10101001100001111010101111101100001000010111100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,195,213); }

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

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

 a { background-color: rgb(84,195,213); }

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

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

 span { border-color: rgb(84,195,213); }

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