Html Css Color HEX #54A2AA Cadet Blue

📋 copy color: '#54A2AA'

red 84 ◦ green 162 ◦ blue 170

#54A2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadet Blue #54A2AA

Tints of Cadet Blue #54A2AA

RGB

 RED value IS 84 (33.2% from 255) = 20.19%

 GREEN value IS 162 (63.67% from 255) = 38.94%

 BLUE value IS 170 (66.8% from 255) = 40.87%

R = 20.19%
G = 38.94%
B = 40.87%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#54A2AA (or 0x54A2AA) is known color: Cadet Blue. HEX triplet: 54, A2 and AA. RGB value is (84,162,170). Sum of RGB (Red+Green+Blue) = 84+162+170=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #54A2AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A2AA is #AB5D55. Grayscale: #8B8B8B. Windows color (decimal): -11230550 or 11182676. OLE color: 11182676.

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

Color convert

RGB 84 162 170 -
CMYK 0.51 0.05 0 0.33
HSL 185.58º 0.34% 0.5% -
HSV(B) 185.58º 0.51% 0.67% -
XYZ 23.83 30.63 42.69 -
YUV 139.59 145.16 88.35 -
System Red Green Blue C M Y K H S L
Decimal 84 162 170 0.51 0.05 0 0.33 185.58 0.34 0.5
Hex 54 A2 AA 33 5 0 21 BA 22 32
Octal 124 242 252 63 5 0 41 272 42 62
Binary 1010100 10100010 10101010 110011 101 0 100001 10111010 100010 110010

Color Harmonies of #54A2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A2AA

Black with #54A2AA

Text Example


Text Example

White with #54A2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54A2AA;
 }
 .AnyTagClassName
 {
   color: #54A2AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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