#55C195

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

Shades of Keppel #55C195

Tints of Keppel #55C195

Color information

#55C195 (or 0x55C195) is unknown color: approx Keppel. HEX triplet: 55, C1 and 95. RGB value is (85,193,149). Sum of RGB (Red+Green+Blue) = 85+193+149=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #55C195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C195 is #AA3E6A. Grayscale: #9B9B9B. Windows color (decimal): -11157099 or 9814357. OLE color: 9814357.

HSL color Cylindrical-coordinate representation of color #55C195: hue angle of 155.56º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C195 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB85193149-
CMYK0.5600.230.24
HSL155.56º46.55%54.51%-
HSV(B)155.56º55.96%75.69%-
XYZ28.2442.2435.1-
YUV155.69124.2277.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.91%
GREEN value IS 193 (75.78% from 255) = 45.20%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=19.91%
G=45.20%
B=34.89%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal851931490.5600.230.24155.5646.5554.51
Hex55C19538017189c2f37
Octal12530122570027302345767
Binary101010111000001100101011110000101111100010011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,193,149); }

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

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

 a { background-color: rgb(85,193,149); }

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

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

 span { border-color: rgb(85,193,149); }

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