Html Css Color HEX #54A49F Cadet Blue

📋 copy color: '#54A49F'

red 84 ◦ green 164 ◦ blue 159

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

Shades of Cadet Blue #54A49F

Tints of Cadet Blue #54A49F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 40.29%

 BLUE value IS 159 (62.5% from 255) = 39.07%

R = 20.64%
G = 40.29%
B = 39.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#54A49F (or 0x54A49F) is known color: Cadet Blue. HEX triplet: 54, A4 and 9F. RGB value is (84,164,159). Sum of RGB (Red+Green+Blue) = 84+164+159=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 164 (64.45% from 255 or 40.29% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 164 - color contains mainly: green. Hex color #54A49F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A49F is #AB5B60. Grayscale: #8B8B8B. Windows color (decimal): -11230049 or 10462292. OLE color: 10462292.

HSL color Cylindrical-coordinate representation of color #54A49F: hue angle of 176.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A49F is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 84 164 159 -
CMYK 0.49 0 0.03 0.36
HSL 176.25º 0.32% 0.49% -
HSV(B) 176.25º 0.49% 0.64% -
XYZ 23.19 30.94 37.55 -
YUV 139.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 84 164 159 0.49 0 0.03 0.36 176.25 0.32 0.49
Hex 54 A4 9F 31 0 3 24 B0 20 31
Octal 124 244 237 61 0 3 44 260 40 61
Binary 1010100 10100100 10011111 110001 0 11 100100 10110000 100000 110001

Color Harmonies of #54A49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A49F

Black with #54A49F

Text Example


Text Example

White with #54A49F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,164,159); }

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

background-color css

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

 a { background-color: rgb(84,164,159); }

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

border-color css

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

 span { border-color: rgb(84,164,159); }

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