Html Css Color HEX #54A1AE Cadet Blue

📋 copy color: '#54A1AE'

red 84 ◦ green 161 ◦ blue 174

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

Shades of Cadet Blue #54A1AE

Tints of Cadet Blue #54A1AE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

 BLUE value IS 174 (68.36% from 255) = 41.53%

R = 20.05%
G = 38.42%
B = 41.53%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#54A1AE (or 0x54A1AE) is known color: Cadet Blue. HEX triplet: 54, A1 and AE. RGB value is (84,161,174). Sum of RGB (Red+Green+Blue) = 84+161+174=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #54A1AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A1AE is #AB5E51. Grayscale: #8B8B8B. Windows color (decimal): -11230802 or 11444564. OLE color: 11444564.

HSL color Cylindrical-coordinate representation of color #54A1AE: hue angle of 188.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54A1AE is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 161 174 -
CMYK 0.52 0.07 0 0.32
HSL 188.67º 0.36% 0.51% -
HSV(B) 188.67º 0.52% 0.68% -
XYZ 24.04 30.43 44.65 -
YUV 139.46 147.49 88.44 -
System Red Green Blue C M Y K H S L
Decimal 84 161 174 0.52 0.07 0 0.32 188.67 0.36 0.51
Hex 54 A1 AE 34 7 0 20 BD 24 33
Octal 124 241 256 64 7 0 40 275 44 63
Binary 1010100 10100001 10101110 110100 111 0 100000 10111101 100100 110011

Color Harmonies of #54A1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A1AE

Black with #54A1AE

Text Example


Text Example

White with #54A1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,161,174); }

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

background-color css

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

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

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

border-color css

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

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

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