#51B38B

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

Shades of Keppel #51B38B

Tints of Keppel #51B38B

Color information

#51B38B (or 0x51B38B) is unknown color: approx Keppel. HEX triplet: 51, B3 and 8B. RGB value is (81,179,139). Sum of RGB (Red+Green+Blue) = 81+179+139=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #51B38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B38B is #AE4C74. Grayscale: #919191. Windows color (decimal): -11422837 or 9155409. OLE color: 9155409.

HSL color Cylindrical-coordinate representation of color #51B38B: hue angle of 155.51º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51B38B is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB81179139-
CMYK0.5500.220.30
HSL155.51º39.2%50.98%-
HSV(B)155.51º54.75%70.2%-
XYZ24.1735.8530.07-
YUV145.14124.5382.25-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.30%
GREEN value IS 179 (70.31% from 255) = 44.86%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=20.30%
G=44.86%
B=34.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal811791390.5500.220.30155.5139.250.98
Hex51B38B370161E9c2733
Octal12126321367026362344763
Binary101000110110011100010111101110101101111010011100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,179,139); }

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

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

 a { background-color: rgb(81,179,139); }

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

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

 span { border-color: rgb(81,179,139); }

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