#54AAA2

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

Shades of Cadet Blue #54AAA2

Tints of Cadet Blue #54AAA2

Color information

#54AAA2 (or 0x54AAA2) is unknown color: approx Cadet Blue. HEX triplet: 54, AA and A2. RGB value is (84,170,162). Sum of RGB (Red+Green+Blue) = 84+170+162=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 170 (66.80% from 255 or 40.87% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 170 - color contains mainly: green. Hex color #54AAA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AAA2 is #AB555D. Grayscale: #8F8F8F. Windows color (decimal): -11228510 or 10660436. OLE color: 10660436.

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

Color convert

RGB84170162-
CMYK0.5100.050.33
HSL174.42º33.86%49.8%-
HSV(B)174.42º50.59%66.67%-
XYZ24.5533.2439.3-
YUV143.37138.5185.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.19%
GREEN value IS 170 (66.80% from 255) = 40.87%
BLUE value IS 162 (63.67% from 255) = 38.94%
R=20.19%
G=40.87%
B=38.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal841701620.5100.050.33174.4233.8649.8
Hex54AAA2330521ae2232
Octal1242522426305412564262
Binary10101001010101010100010110011010110000110101110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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