#55C898

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

Shades of Keppel #55C898

Tints of Keppel #55C898

Color information

#55C898 (or 0x55C898) is unknown color: approx Keppel. HEX triplet: 55, C8 and 98. RGB value is (85,200,152). Sum of RGB (Red+Green+Blue) = 85+200+152=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #55C898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C898 is #AA3767. Grayscale: #A0A0A0. Windows color (decimal): -11155304 or 10012757. OLE color: 10012757.

HSL color Cylindrical-coordinate representation of color #55C898: hue angle of 154.96º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C898 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB85200152-
CMYK0.5800.240.22
HSL154.96º51.11%55.88%-
HSV(B)154.96º57.5%78.43%-
XYZ30.0745.5136.9-
YUV160.14123.474.4-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.45%
GREEN value IS 200 (78.52% from 255) = 45.77%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=19.45%
G=45.77%
B=34.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal852001520.5800.240.22154.9651.1155.88
Hex55C8983A018169b3338
Octal12531023072030262336370
Binary101010111001000100110001110100110001011010011011110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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