#55A396

Color #55A396 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #55A396

Tints of Cadet Blue #55A396

Color information

#55A396 (or 0x55A396) is unknown color: approx Cadet Blue. HEX triplet: 55, A3 and 96. RGB value is (85,163,150). Sum of RGB (Red+Green+Blue) = 85+163+150=398 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.36% from 398); Green value is 163 (64.06% from 255 or 40.95% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 163 - color contains mainly: green. Hex color #55A396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A396 is #AA5C69. Grayscale: #8A8A8A. Windows color (decimal): -11164778 or 9872213. OLE color: 9872213.

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

Color convert

RGB85163150-
CMYK0.4800.080.36
HSL170º31.45%48.63%-
HSV(B)170º47.85%63.92%-
XYZ22.3530.3333.53-
YUV138.2134.6690.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.36%
GREEN value IS 163 (64.06% from 255) = 40.95%
BLUE value IS 150 (58.98% from 255) = 37.69%
R=21.36%
G=40.95%
B=37.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851631500.4800.080.3617031.4548.63
Hex55A396300824aa1f31
Octal12524322660010442523761
Binary10101011010001110010110110000010001001001010101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #55A396;
 }
 .AnyTagClassName
 {
   color: #55A396;
 }
</style>
background-color css

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

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

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

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

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

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