Html Css Color HEX #54A096 Cadet Blue

📋 copy color: '#54A096'

red 84 ◦ green 160 ◦ blue 150

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

Shades of Cadet Blue #54A096

Tints of Cadet Blue #54A096

RGB

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

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

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

R = 21.32%
G = 40.61%
B = 38.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#54A096 (or 0x54A096) is known color: Cadet Blue. HEX triplet: 54, A0 and 96. RGB value is (84,160,150). Sum of RGB (Red+Green+Blue) = 84+160+150=394 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.32% from 394); Green value is 160 (62.89% from 255 or 40.61% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 160 - color contains mainly: green. Hex color #54A096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A096 is #AB5F69. Grayscale: #888888. Windows color (decimal): -11231082 or 9871444. OLE color: 9871444.

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

Color convert

RGB 84 160 150 -
CMYK 0.48 0 0.06 0.37
HSL 172.11º 0.31% 0.48% -
HSV(B) 172.11º 0.48% 0.63% -
XYZ 21.73 29.23 33.35 -
YUV 136.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 84 160 150 0.48 0 0.06 0.37 172.11 0.31 0.48
Hex 54 A0 96 30 0 6 25 AC 1F 30
Octal 124 240 226 60 0 6 45 254 37 60
Binary 1010100 10100000 10010110 110000 0 110 100101 10101100 11111 110000

Color Harmonies of #54A096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A096

Black with #54A096

Text Example


Text Example

White with #54A096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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