Html Css Color HEX #54A396 Cadet Blue

📋 copy color: '#54A396'

red 84 ◦ green 163 ◦ blue 150

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

Shades of Cadet Blue #54A396

Tints of Cadet Blue #54A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.06%

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 21.16%
G = 41.06%
B = 37.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#54A396 (or 0x54A396) is known color: Cadet Blue. HEX triplet: 54, A3 and 96. RGB value is (84,163,150). Sum of RGB (Red+Green+Blue) = 84+163+150=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #54A396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A396 is #AB5C69. Grayscale: #898989. Windows color (decimal): -11230314 or 9872212. OLE color: 9872212.

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

Color convert

RGB 84 163 150 -
CMYK 0.48 0 0.08 0.36
HSL 170.13º 0.32% 0.48% -
HSV(B) 170.13º 0.48% 0.64% -
XYZ 22.26 30.28 33.53 -
YUV 137.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 84 163 150 0.48 0 0.08 0.36 170.13 0.32 0.48
Hex 54 A3 96 30 0 8 24 AA 20 30
Octal 124 243 226 60 0 10 44 252 40 60
Binary 1010100 10100011 10010110 110000 0 1000 100100 10101010 100000 110000

Color Harmonies of #54A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A396

Black with #54A396

Text Example


Text Example

White with #54A396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,163,150); }

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

background-color css

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

 a { background-color: rgb(84,163,150); }

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

border-color css

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

 span { border-color: rgb(84,163,150); }

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