#54A19D

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

Shades of Cadet Blue #54A19D

Tints of Cadet Blue #54A19D

Color information

#54A19D (or 0x54A19D) is unknown color: approx Cadet Blue. HEX triplet: 54, A1 and 9D. RGB value is (84,161,157). Sum of RGB (Red+Green+Blue) = 84+161+157=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #54A19D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A19D is #AB5E62. Grayscale: #898989. Windows color (decimal): -11230819 or 10330452. OLE color: 10330452.

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

Color convert

RGB84161157-
CMYK0.4800.020.37
HSL176.88º31.43%48.04%-
HSV(B)176.88º47.83%63.14%-
XYZ22.4929.8136.47-
YUV137.52138.9989.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 161 (63.28% from 255) = 40.05%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=20.90%
G=40.05%
B=39.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841611570.4800.020.37176.8831.4348.04
Hex54A19D300225b11f30
Octal1242412356002452613760
Binary101010010100001100111011100000101001011011000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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