Html Css Color HEX #54A9A0 Cadet Blue

📋 copy color: '#54A9A0'

red 84 ◦ green 169 ◦ blue 160

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

Shades of Cadet Blue #54A9A0

Tints of Cadet Blue #54A9A0

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.92%

 BLUE value IS 160 (62.89% from 255) = 38.74%

R = 20.34%
G = 40.92%
B = 38.74%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#54A9A0 (or 0x54A9A0) is known color: Cadet Blue. HEX triplet: 54, A9 and A0. RGB value is (84,169,160). Sum of RGB (Red+Green+Blue) = 84+169+160=413 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.34% from 413); Green value is 169 (66.41% from 255 or 40.92% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 169 - color contains mainly: green. Hex color #54A9A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A9A0 is #AB565F. Grayscale: #8E8E8E. Windows color (decimal): -11228768 or 10529108. OLE color: 10529108.

HSL color Cylindrical-coordinate representation of color #54A9A0: hue angle of 173.65º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54A9A0 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 84 169 160 -
CMYK 0.50 0 0.05 0.34
HSL 173.65º 0.34% 0.5% -
HSV(B) 173.65º 0.5% 0.66% -
XYZ 24.19 32.8 38.31 -
YUV 142.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 84 169 160 0.50 0 0.05 0.34 173.65 0.34 0.5
Hex 54 A9 A0 32 0 5 22 AE 22 32
Octal 124 251 240 62 0 5 42 256 42 62
Binary 1010100 10101001 10100000 110010 0 101 100010 10101110 100010 110010

Color Harmonies of #54A9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A9A0

Black with #54A9A0

Text Example


Text Example

White with #54A9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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