Html Css Color HEX #549D96 Cadet Blue

📋 copy color: '#549D96'

red 84 ◦ green 157 ◦ blue 150

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

Shades of Cadet Blue #549D96

Tints of Cadet Blue #549D96

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.15%

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

R = 21.48%
G = 40.15%
B = 38.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#549D96 (or 0x549D96) is known color: Cadet Blue. HEX triplet: 54, 9D and 96. RGB value is (84,157,150). Sum of RGB (Red+Green+Blue) = 84+157+150=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 157 - color contains mainly: green. Hex color #549D96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #549D96 is #AB6269. Grayscale: #868686. Windows color (decimal): -11231850 or 9870676. OLE color: 9870676.

HSL color Cylindrical-coordinate representation of color #549D96: hue angle of 174.25º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D96 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 157 150 -
CMYK 0.46 0 0.04 0.38
HSL 174.25º 0.3% 0.47% -
HSV(B) 174.25º 0.46% 0.62% -
XYZ 21.22 28.2 33.18 -
YUV 134.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 84 157 150 0.46 0 0.04 0.38 174.25 0.3 0.47
Hex 54 9D 96 2E 0 4 26 AE 1E 2F
Octal 124 235 226 56 0 4 46 256 36 57
Binary 1010100 10011101 10010110 101110 0 100 100110 10101110 11110 101111

Color Harmonies of #549D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549D96

Black with #549D96

Text Example


Text Example

White with #549D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549D96; }

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

 H1.HeaderClassName
 {
   color: #549D96;
 }
 .AnyTagClassName
 {
   color: #549D96;
 }
</style>

background-color css

<style>
 a { background-color: #549D96; }

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

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

border-color css

<style>
 span { border-color: #549D96; }

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

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