#55B08D

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

Shades of Keppel #55B08D

Tints of Keppel #55B08D

Color information

#55B08D (or 0x55B08D) is unknown color: approx Keppel. HEX triplet: 55, B0 and 8D. RGB value is (85,176,141). Sum of RGB (Red+Green+Blue) = 85+176+141=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 176 (69.14% from 255 or 43.78% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 176 - color contains mainly: green. Hex color #55B08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B08D is #AA4F72. Grayscale: #909090. Windows color (decimal): -11161459 or 9285717. OLE color: 9285717.

HSL color Cylindrical-coordinate representation of color #55B08D: hue angle of 156.92º 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 #55B08D is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB85176141-
CMYK0.5200.200.31
HSL156.92º36.55%51.18%-
HSV(B)156.92º51.7%69.02%-
XYZ24.0834.9130.67-
YUV144.8125.8585.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.14%
GREEN value IS 176 (69.14% from 255) = 43.78%
BLUE value IS 141 (55.47% from 255) = 35.07%
R=21.14%
G=43.78%
B=35.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal851761410.5200.200.31156.9236.5551.18
Hex55B08D340141F9d2533
Octal12526021564024372354563
Binary101010110110000100011011101000101001111110011101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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