#54ACA9

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

Shades of Cadet Blue #54ACA9

Tints of Cadet Blue #54ACA9

Color information

#54ACA9 (or 0x54ACA9) is unknown color: approx Cadet Blue. HEX triplet: 54, AC and A9. RGB value is (84,172,169). Sum of RGB (Red+Green+Blue) = 84+172+169=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #54ACA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54ACA9 is #AB5356. Grayscale: #919191. Windows color (decimal): -11227991 or 11119700. OLE color: 11119700.

HSL color Cylindrical-coordinate representation of color #54ACA9: hue angle of 177.95º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54ACA9 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB84172169-
CMYK0.5100.020.33
HSL177.95º34.65%50.2%-
HSV(B)177.95º51.16%67.45%-
XYZ25.5734.2542.8-
YUV145.35141.3584.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.76%
GREEN value IS 172 (67.58% from 255) = 40.47%
BLUE value IS 169 (66.41% from 255) = 39.76%
R=19.76%
G=40.47%
B=39.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841721690.5100.020.33177.9534.6550.2
Hex54ACA9330221b22332
Octal1242542516302412624362
Binary1010100101011001010100111001101010000110110010100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ACA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,172,169); }

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

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

 a { background-color: rgb(84,172,169); }

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

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

 span { border-color: rgb(84,172,169); }

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