#55A78A

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

Shades of Keppel #55A78A

Tints of Keppel #55A78A

Color information

#55A78A (or 0x55A78A) is unknown color: approx Keppel. HEX triplet: 55, A7 and 8A. RGB value is (85,167,138). Sum of RGB (Red+Green+Blue) = 85+167+138=390 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.79% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 167 - color contains mainly: green. Hex color #55A78A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A78A is #AA5875. Grayscale: #8B8B8B. Windows color (decimal): -11163766 or 9086805. OLE color: 9086805.

HSL color Cylindrical-coordinate representation of color #55A78A: hue angle of 158.78º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A78A is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB85167138-
CMYK0.4900.170.35
HSL158.78º32.54%49.41%-
HSV(B)158.78º49.1%65.49%-
XYZ22.1531.428.94-
YUV139.18127.3389.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.79%
GREEN value IS 167 (65.62% from 255) = 42.82%
BLUE value IS 138 (54.30% from 255) = 35.38%
R=21.79%
G=42.82%
B=35.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851671380.4900.170.35158.7832.5449.41
Hex55A78A31011239f2131
Octal12524721261021432374161
Binary1010101101001111000101011000101000110001110011111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,167,138); }

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

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

 a { background-color: rgb(85,167,138); }

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

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

 span { border-color: rgb(85,167,138); }

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