#54A29C

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

Shades of Cadet Blue #54A29C

Tints of Cadet Blue #54A29C

Color information

#54A29C (or 0x54A29C) is unknown color: approx Cadet Blue. HEX triplet: 54, A2 and 9C. RGB value is (84,162,156). Sum of RGB (Red+Green+Blue) = 84+162+156=402 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.90% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 162 - color contains mainly: green. Hex color #54A29C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A29C is #AB5D63. Grayscale: #898989. Windows color (decimal): -11230564 or 10265172. OLE color: 10265172.

HSL color Cylindrical-coordinate representation of color #54A29C: hue angle of 175.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A29C is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB84162156-
CMYK0.4800.040.36
HSL175.38º31.71%48.24%-
HSV(B)175.38º48.15%63.53%-
XYZ22.5830.1336.08-
YUV137.99138.1689.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.90%
GREEN value IS 162 (63.67% from 255) = 40.30%
BLUE value IS 156 (61.33% from 255) = 38.81%
R=20.90%
G=40.30%
B=38.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841621560.4800.040.36175.3831.7148.24
Hex54A29C300424af2030
Octal1242422346004442574060
Binary10101001010001010011100110000010010010010101111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,162,156); }

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

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

 a { background-color: rgb(84,162,156); }

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

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

 span { border-color: rgb(84,162,156); }

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