#55A395

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

Shades of Cadet Blue #55A395

Tints of Cadet Blue #55A395

Color information

#55A395 (or 0x55A395) is unknown color: approx Cadet Blue. HEX triplet: 55, A3 and 95. RGB value is (85,163,149). Sum of RGB (Red+Green+Blue) = 85+163+149=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #55A395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A395 is #AA5C6A. Grayscale: #8A8A8A. Windows color (decimal): -11164779 or 9806677. OLE color: 9806677.

HSL color Cylindrical-coordinate representation of color #55A395: hue angle of 169.23º 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 #55A395 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB85163149-
CMYK0.4800.090.36
HSL169.23º31.45%48.63%-
HSV(B)169.23º47.85%63.92%-
XYZ22.2730.333.11-
YUV138.08134.1690.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.41%
GREEN value IS 163 (64.06% from 255) = 41.06%
BLUE value IS 149 (58.59% from 255) = 37.53%
R=21.41%
G=41.06%
B=37.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851631490.4800.090.36169.2331.4548.63
Hex55A395300924a91f31
Octal12524322560011442513761
Binary10101011010001110010101110000010011001001010100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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