#54AAAA

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

Shades of Cadet Blue #54AAAA

Tints of Cadet Blue #54AAAA

Color information

#54AAAA (or 0x54AAAA) is unknown color: approx Cadet Blue. HEX triplet: 54, AA and AA. RGB value is (84,170,170). Sum of RGB (Red+Green+Blue) = 84+170+170=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #54AAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAAA is #AB5555. Grayscale: #909090. Windows color (decimal): -11228502 or 11184724. OLE color: 11184724.

HSL color Cylindrical-coordinate representation of color #54AAAA: hue angle of 180º degrees, saturation: 0.34, 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 #54AAAA is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB84170170-
CMYK0.51000.33
HSL180º33.86%49.8%-
HSV(B)180º50.59%66.67%-
XYZ25.2933.5443.17-
YUV144.29142.5185-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.81%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=19.81%
G=40.09%
B=40.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841701700.51000.3318033.8649.8
Hex54AAAA330021b42232
Octal1242522526300412644262
Binary101010010101010101010101100110010000110110100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,170,170); }

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

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

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

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

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

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

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