#55BD98

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

Shades of Keppel #55BD98

Tints of Keppel #55BD98

Color information

#55BD98 (or 0x55BD98) is unknown color: approx Keppel. HEX triplet: 55, BD and 98. RGB value is (85,189,152). Sum of RGB (Red+Green+Blue) = 85+189+152=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BD98 is #AA4267. Grayscale: #999999. Windows color (decimal): -11158120 or 10009941. OLE color: 10009941.

HSL color Cylindrical-coordinate representation of color #55BD98: hue angle of 158.65º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BD98 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB85189152-
CMYK0.5500.200.26
HSL158.65º44.07%53.73%-
HSV(B)158.65º55.03%74.12%-
XYZ27.6140.5936.09-
YUV153.69127.0479.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.95%
GREEN value IS 189 (74.22% from 255) = 44.37%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=19.95%
G=44.37%
B=35.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851891520.5500.200.26158.6544.0753.73
Hex55BD98370141A9f2c36
Octal12527523067024322375466
Binary101010110111101100110001101110101001101010011111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,189,152); }

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

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

 a { background-color: rgb(85,189,152); }

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

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

 span { border-color: rgb(85,189,152); }

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