#51C495

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

Shades of Keppel #51C495

Tints of Keppel #51C495

Color information

#51C495 (or 0x51C495) is unknown color: approx Keppel. HEX triplet: 51, C4 and 95. RGB value is (81,196,149). Sum of RGB (Red+Green+Blue) = 81+196+149=426 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.01% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #51C495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C495 is #AE3B6A. Grayscale: #9C9C9C. Windows color (decimal): -11418475 or 9815121. OLE color: 9815121.

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

Color convert

RGB81196149-
CMYK0.5900.240.23
HSL155.48º49.36%54.31%-
HSV(B)155.48º58.67%76.86%-
XYZ28.5643.435.31-
YUV156.26123.974.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.01%
GREEN value IS 196 (76.95% from 255) = 46.01%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=19.01%
G=46.01%
B=34.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811961490.5900.240.23155.4849.3654.31
Hex51C4953B018179b3136
Octal12130422573030272336166
Binary101000111000100100101011110110110001011110011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,196,149); }

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

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

 a { background-color: rgb(81,196,149); }

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

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

 span { border-color: rgb(81,196,149); }

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