Html Css Color HEX #54A0AB Cadet Blue

📋 copy color: '#54A0AB'

red 84 ◦ green 160 ◦ blue 171

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

Shades of Cadet Blue #54A0AB

Tints of Cadet Blue #54A0AB

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.55%

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 20.24%
G = 38.55%
B = 41.2%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#54A0AB (or 0x54A0AB) is known color: Cadet Blue. HEX triplet: 54, A0 and AB. RGB value is (84,160,171). Sum of RGB (Red+Green+Blue) = 84+160+171=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #54A0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A0AB is #AB5F54. Grayscale: #8A8A8A. Windows color (decimal): -11231061 or 11247700. OLE color: 11247700.

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

Color convert

RGB 84 160 171 -
CMYK 0.51 0.06 0 0.33
HSL 187.59º 0.34% 0.5% -
HSV(B) 187.59º 0.51% 0.67% -
XYZ 23.58 29.97 43.07 -
YUV 138.53 146.32 89.11 -
System Red Green Blue C M Y K H S L
Decimal 84 160 171 0.51 0.06 0 0.33 187.59 0.34 0.5
Hex 54 A0 AB 33 6 0 21 BC 22 32
Octal 124 240 253 63 6 0 41 274 42 62
Binary 1010100 10100000 10101011 110011 110 0 100001 10111100 100010 110010

Color Harmonies of #54A0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A0AB

Black with #54A0AB

Text Example


Text Example

White with #54A0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,160,171); }

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

background-color css

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

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

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

border-color css

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

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

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