#55C097

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

Shades of Keppel #55C097

Tints of Keppel #55C097

Color information

#55C097 (or 0x55C097) is unknown color: approx Keppel. HEX triplet: 55, C0 and 97. RGB value is (85,192,151). Sum of RGB (Red+Green+Blue) = 85+192+151=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #55C097 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C097 is #AA3F68. Grayscale: #9B9B9B. Windows color (decimal): -11157353 or 9945173. OLE color: 9945173.

HSL color Cylindrical-coordinate representation of color #55C097: hue angle of 157.01º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C097 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB85192151-
CMYK0.5600.210.25
HSL157.01º45.92%54.31%-
HSV(B)157.01º55.73%75.29%-
XYZ28.1841.8635.87-
YUV155.33125.5577.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 192 (75.39% from 255) = 44.86%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=19.86%
G=44.86%
B=35.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851921510.5600.210.25157.0145.9254.31
Hex55C09738015199d2e36
Octal12530022770025312355666
Binary101010111000000100101111110000101011100110011101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55C097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,192,151); }

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

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

 a { background-color: rgb(85,192,151); }

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

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

 span { border-color: rgb(85,192,151); }

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