#55B08E

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

Shades of Keppel #55B08E

Tints of Keppel #55B08E

Color information

#55B08E (or 0x55B08E) is unknown color: approx Keppel. HEX triplet: 55, B0 and 8E. RGB value is (85,176,142). Sum of RGB (Red+Green+Blue) = 85+176+142=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #55B08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B08E is #AA4F71. Grayscale: #909090. Windows color (decimal): -11161458 or 9351253. OLE color: 9351253.

HSL color Cylindrical-coordinate representation of color #55B08E: hue angle of 157.58º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B08E is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB85176142-
CMYK0.5200.190.31
HSL157.58º36.55%51.18%-
HSV(B)157.58º51.7%69.02%-
XYZ24.1534.9331.06-
YUV144.92126.3585.26-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=21.09%
G=43.67%
B=35.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851761420.5200.190.31157.5836.5551.18
Hex55B08E340131F9e2533
Octal12526021664023372364563
Binary101010110110000100011101101000100111111110011110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,176,142); }

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

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

 a { background-color: rgb(85,176,142); }

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

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

 span { border-color: rgb(85,176,142); }

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