#51C094

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

Shades of Keppel #51C094

Tints of Keppel #51C094

Color information

#51C094 (or 0x51C094) is unknown color: approx Keppel. HEX triplet: 51, C0 and 94. RGB value is (81,192,148). Sum of RGB (Red+Green+Blue) = 81+192+148=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #51C094 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C094 is #AE3F6B. Grayscale: #999999. Windows color (decimal): -11419500 or 9748561. OLE color: 9748561.

HSL color Cylindrical-coordinate representation of color #51C094: hue angle of 156.22º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C094 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB81192148-
CMYK0.5800.230.25
HSL156.22º46.84%53.53%-
HSV(B)156.22º57.81%75.29%-
XYZ27.5941.5934.59-
YUV153.8124.7376.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.24%
GREEN value IS 192 (75.39% from 255) = 45.61%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=19.24%
G=45.61%
B=35.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811921480.5800.230.25156.2246.8453.53
Hex51C0943A017199c2f36
Octal12130022472027312345766
Binary101000111000000100101001110100101111100110011100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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