#55B28A

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

Shades of Keppel #55B28A

Tints of Keppel #55B28A

Color information

#55B28A (or 0x55B28A) is unknown color: approx Keppel. HEX triplet: 55, B2 and 8A. RGB value is (85,178,138). Sum of RGB (Red+Green+Blue) = 85+178+138=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 178 (69.92% from 255 or 44.39% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 178 - color contains mainly: green. Hex color #55B28A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B28A is #AA4D75. Grayscale: #919191. Windows color (decimal): -11160950 or 9089621. OLE color: 9089621.

HSL color Cylindrical-coordinate representation of color #55B28A: hue angle of 154.19º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B28A is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB85178138-
CMYK0.5200.220.30
HSL154.19º37.65%51.57%-
HSV(B)154.19º52.25%69.8%-
XYZ24.2535.6129.64-
YUV145.63123.6984.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.20%
GREEN value IS 178 (69.92% from 255) = 44.39%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=21.20%
G=44.39%
B=34.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851781380.5200.220.30154.1937.6551.57
Hex55B28A340161E9a2634
Octal12526221264026362324664
Binary101010110110010100010101101000101101111010011010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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