Html Css Color HEX #54A193 Cadet Blue

📋 copy color: '#54A193'

red 84 ◦ green 161 ◦ blue 147

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

Shades of Cadet Blue #54A193

Tints of Cadet Blue #54A193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.5%

R = 21.43%
G = 41.07%
B = 37.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#54A193 (or 0x54A193) is known color: Cadet Blue. HEX triplet: 54, A1 and 93. RGB value is (84,161,147). Sum of RGB (Red+Green+Blue) = 84+161+147=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #54A193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A193 is #AB5E6C. Grayscale: #888888. Windows color (decimal): -11230829 or 9675092. OLE color: 9675092.

HSL color Cylindrical-coordinate representation of color #54A193: hue angle of 169.09º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A193 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 161 147 -
CMYK 0.48 0 0.09 0.37
HSL 169.09º 0.31% 0.48% -
HSV(B) 169.09º 0.48% 0.63% -
XYZ 21.67 29.48 32.15 -
YUV 136.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 84 161 147 0.48 0 0.09 0.37 169.09 0.31 0.48
Hex 54 A1 93 30 0 9 25 A9 1F 30
Octal 124 241 223 60 0 11 45 251 37 60
Binary 1010100 10100001 10010011 110000 0 1001 100101 10101001 11111 110000

Color Harmonies of #54A193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A193

Black with #54A193

Text Example


Text Example

White with #54A193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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