#51C394

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

Shades of Keppel #51C394

Tints of Keppel #51C394

Color information

#51C394 (or 0x51C394) is unknown color: approx Keppel. HEX triplet: 51, C3 and 94. RGB value is (81,195,148). Sum of RGB (Red+Green+Blue) = 81+195+148=424 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.10% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #51C394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C394 is #AE3C6B. Grayscale: #9B9B9B. Windows color (decimal): -11418732 or 9749329. OLE color: 9749329.

HSL color Cylindrical-coordinate representation of color #51C394: hue angle of 155.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C394 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB81195148-
CMYK0.5800.240.24
HSL155.26º48.72%54.12%-
HSV(B)155.26º58.46%76.47%-
XYZ28.2542.9234.81-
YUV155.56123.7374.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.10%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=19.10%
G=45.99%
B=34.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811951480.5800.240.24155.2648.7254.12
Hex51C3943A018189b3136
Octal12130322472030302336166
Binary101000111000011100101001110100110001100010011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51C394; }

 p { color: rgb(81,195,148); }

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

<style>
 a { background-color: #51C394; }

 a { background-color: rgb(81,195,148); }

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

<style>
 span { border-color: #51C394; }

 span { border-color: rgb(81,195,148); }

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