#54A196

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

Shades of Cadet Blue #54A196

Tints of Cadet Blue #54A196

Color information

#54A196 (or 0x54A196) is unknown color: approx Cadet Blue. HEX triplet: 54, A1 and 96. RGB value is (84,161,150). Sum of RGB (Red+Green+Blue) = 84+161+150=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 150 (58.98% from 255 or 37.97% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #54A196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A196 is #AB5E69. Grayscale: #888888. Windows color (decimal): -11230826 or 9871700. OLE color: 9871700.

HSL color Cylindrical-coordinate representation of color #54A196: hue angle of 171.43º 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 #54A196 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB84161150-
CMYK0.4800.070.37
HSL171.43º31.43%48.04%-
HSV(B)171.43º47.83%63.14%-
XYZ21.9129.5833.41-
YUV136.72135.4990.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.27%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 150 (58.98% from 255) = 37.97%
R=21.27%
G=40.76%
B=37.97%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841611500.4800.070.37171.4331.4348.04
Hex54A196300725ab1f30
Octal1242412266007452533760
Binary1010100101000011001011011000001111001011010101111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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