#54A198

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

Shades of Cadet Blue #54A198

Tints of Cadet Blue #54A198

Color information

#54A198 (or 0x54A198) is unknown color: approx Cadet Blue. HEX triplet: 54, A1 and 98. RGB value is (84,161,152). Sum of RGB (Red+Green+Blue) = 84+161+152=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #54A198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A198 is #AB5E67. Grayscale: #888888. Windows color (decimal): -11230824 or 10002772. OLE color: 10002772.

HSL color Cylindrical-coordinate representation of color #54A198: hue angle of 172.99º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A198 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB84161152-
CMYK0.4800.060.37
HSL172.99º31.43%48.04%-
HSV(B)172.99º47.83%63.14%-
XYZ22.0729.6434.26-
YUV136.95136.4990.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.16%
GREEN value IS 161 (63.28% from 255) = 40.55%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=21.16%
G=40.55%
B=38.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841611520.4800.060.37172.9931.4348.04
Hex54A198300625ad1f30
Octal1242412306006452553760
Binary1010100101000011001100011000001101001011010110111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,161,152); }

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

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

 a { background-color: rgb(84,161,152); }

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

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

 span { border-color: rgb(84,161,152); }

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